HTML Garden 🍃 (WIP)
A small, unconventional framework for creating simple 3D scenes with HTML
Since realizing that CSS can deliver full 3D, I've been working on a small framework to easily construct 3D scenes in HTML. There are other, more proper ways of doing 3D content on the web, but the benefit of using CSS is that it's simple and friendly. It requires little skill and understanding of conventional 3D workflows. Additionally, because it's just HTML, you can modify and stylize it as any web page.
The framework includes a first person camera controller, a orbital camera controller, a game loop, and a simple way of reading user inputs. I hope this will make it quick, fun and easy to pick up and use. I've sent it out to friends for feedback and I'm working on a set of instructional example projects.