https://github.com/karboxxx/raycaster-c
Raycasting made with C
https://github.com/karboxxx/raycaster-c
c raycaster raycasting renderer rendering
Last synced: 6 months ago
JSON representation
Raycasting made with C
- Host: GitHub
- URL: https://github.com/karboxxx/raycaster-c
- Owner: KarboXXX
- License: gpl-3.0
- Created: 2024-11-22T03:07:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T06:10:26.000Z (about 1 year ago)
- Last Synced: 2025-06-13T04:41:32.086Z (7 months ago)
- Topics: c, raycaster, raycasting, renderer, rendering
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raycasting made in C
A very simple and lightweight raycast engine made with C and OpenGL. Only renders what's visible. And a map editor made with ncurses.
## Raycaster

## Map Editor


Control with WASD:
* W to move foward
* S to move backwards
* A to turn left
* D to turn right
To open the map editor, run `./mapper ` and run your raycaster with `./main `.