An open API service indexing awesome lists of open source software.

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.

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