elysionpowered / elysion

Game framework for rapid prototyping
MIT License
5 stars 2 forks source link

Support for stylesheets #42

Open frostney opened 13 years ago

frostney commented 13 years ago

We should add the ability to let developers manipulate visual elements without having to recompile the whole project. CSS-Stylesheets or something similar seems like a logical choice as we are trying to support JavaScript, similar combinations are being used by other indies (Wolfire by using Awesomium) and this would certainly be easier for designers and non-coder.

JesseKlugmann commented 13 years ago

Okay, sounds brilliant. What about to include css in the scripting engine?

frostney commented 13 years ago

I would rather not let it depend on the scripting engine. I'm not sure what the overhead of the scripting engine will be; but there might be users who would either use only the scripting engine or stylesheets or vice versa.

JesseKlugmann commented 13 years ago

k.