Hacker News new | ask | show | jobs
by purple-leafy 536 days ago
I'm keen to try re-making my little 2.5D Ray-caster engine [0][1] in Rust.

Current implementation/s are both in C, only ~500 lines of poor code.

I tried a refactor and broke my ray-caster lol, C has been a blast but so many footguns man.

Heres the repo/s

[0] - https://github.com/con-dog/sdl-test/blob/main/README.md

[1] - https://github.com/con-dog/sdl-textured/blob/main/README.md