Interactive 3D ASCII renderer I've been working on
Hey everyone. I've been playing around with vanilla JS and raycasting to see if I could make an interactive 3D environment using only text.
The cool part is that it actually generates the whole 3D space directly from a plain 2D text blueprint that you can just type out.
I put a live demo up here if anyone wants to mess around with it: https://raymondev.github.io/asciilib/
(Be gentle, it's the very first version so please don't play it too hard hahaha, I'm actively developing it).
Everything is open source, so you are welcome to download it, use it, tinker with it or whatever you please!
Curious to hear your thoughts!!!