The initial idea for Cascade was to make a lighweight css engine to make UIs for web.
After struggling with this idea for quite some time (and even achieving an almost-working prototype), we decided that this has been a bad idea all along. It's unnecessarily complicated. Too many standards, too many things to support. The project was intended to be lightweight, but was quickly growing into a full-on browser. At this point a more logical step would be to either go web-all-the-way, or drop the idea.
We did not want to give in to the world of web. Frankly, the project started to look too big and too niche at the same time, plus it's unlikely that we would have succeeded - existing web browsers are much better web editors, they already support the layout, styles, js scripting, God, even shaders. Even if we managed to realease a very simple editing tool, it would likely be criticised for lack of features that most chromium-based projects support out-of-the-box. We can't claim somethin






