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

https://github.com/8dcc/raycasting

Simple program for simulating raycasting in SDL
https://github.com/8dcc/raycasting

Last synced: 4 months ago
JSON representation

Simple program for simulating raycasting in SDL

Awesome Lists containing this project

README

        

#+title: Raycasting
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc

*Simple program for simulating raycasting in SDL.*

#+TOC: headlines 2

* Description
The program currently uses raycasting to simulate lightning in a two-dimensional
plane.

https://github.com/8dcc/raycasting/assets/29655971/0ca582f2-7f6b-4145-a824-5fc7dae4db4f

#+begin_quote
*Note:* This project is still work in progress.
#+end_quote

* Building

#+begin_src console
$ git clone https://github.com/8dcc/raycasting
$ cd raycasting
$ make
...
#+end_src

* Usage

#+begin_src console
$ ./raycasting.out
Press or to exit...
#+end_src