
Built a vanilla JS renderer that turns 2D text maps into 3D ASCII environments
Hey everyone. I don't know if this is actually cool, but I've been working on this project and wanted to share it.
I've been playing around with raycasting to see if I could make an interactive 3D space using only text. The fun part is that it generates the whole 3D environment directly from a plain 2D text blueprint that you can just type.
The code is completely open source if you want to tinker with it: https://github.com/RaymonDev/asciilib
I also put a live demo up here so you can test it in the browser:https://raymondev.github.io/asciilib/
(Be gentle, it's the very first version so please don't break it too hard hahaha, I'm actively developing it). Curious to hear what you think!!!