https://github.com/xnasuni/terminalrender
a cpu based raycaster that renders inside of terminal
https://github.com/xnasuni/terminalrender
cpu-rendering raycaster raycasting terminal-app terminal-game terminal-graphics
Last synced: 7 months ago
JSON representation
a cpu based raycaster that renders inside of terminal
- Host: GitHub
- URL: https://github.com/xnasuni/terminalrender
- Owner: xNasuni
- Created: 2025-01-04T15:47:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T04:42:41.000Z (about 1 year ago)
- Last Synced: 2025-01-30T23:49:07.405Z (12 months ago)
- Topics: cpu-rendering, raycaster, raycasting, terminal-app, terminal-game, terminal-graphics
- Language: C
- Homepage:
- Size: 22.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terminalrender
### a cpu based raycaster that renders inside of terminal

i dont know why i made this please dont ask me how this works i dont know either
i suck at c if that's not already clear... (basically my first c project)
---
to build do something like this idk how to setup cmake so (linux/wsl only)
```bash
gcc src/* -o main -lm
```