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
- Host: GitHub
- URL: https://github.com/8dcc/raycasting
- Owner: 8dcc
- License: gpl-3.0
- Created: 2023-09-28T13:46:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T18:18:03.000Z (over 1 year ago)
- Last Synced: 2025-02-23T12:14:31.887Z (4 months ago)
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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