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

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

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
```