No description
| graphics | ||
| math | ||
| render | ||
| world | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| makefile | ||
| player.go | ||
| README.md | ||
go-raytracer
A simple raycasting demo written in Go using SDL2.
Requirements
- Go 1.24+
- SDL2 development libraries installed on your system
Run
go run .
Or build the binary with:
make game
./game
Controls
- Arrow Up / Down: move forward and backward
- Arrow Left / Right: rotate
m: toggle minimapp: toggle palette debug viewEsc: quit