https://github.com/claby2/raycast
2D ray casting with SDL2.
https://github.com/claby2/raycast
c raycast raycasting sdl2
Last synced: over 1 year ago
JSON representation
2D ray casting with SDL2.
- Host: GitHub
- URL: https://github.com/claby2/raycast
- Owner: claby2
- License: mit
- Created: 2020-08-10T17:08:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T12:09:32.000Z (over 5 years ago)
- Last Synced: 2025-02-12T19:47:57.587Z (over 1 year ago)
- Topics: c, raycast, raycasting, sdl2
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raycast
2D ray casting with SDL2.
## Getting Started
### Dependencies
* [SDL2](http://libsdl.org/download-2.0.php)
* CMake
### Usage
$ git clone https://github.com/claby2/raycast.git
$ cd raycast
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./raycast