yin / yngine

Automatically exported from code.google.com/p/yngine
0 stars 0 forks source link

Add support for reloading and switching between different GLRenderer-like implementations #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Separate setup and display logic into a reloadable and switchable file outside 
GLEventListener implementation. Provide interfaces, file change scanning, etc.

Original issue reported on code.google.com by yinotaurus on 27 Mar 2011 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by yinotaurus on 27 Mar 2011 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by yinotaurus on 27 Mar 2011 at 11:53

GoogleCodeExporter commented 8 years ago

Original comment by yinotaurus on 30 Mar 2011 at 8:02

GoogleCodeExporter commented 8 years ago
A Groovy script can be easily used to create and control Scene-graph. At any 
point in time, we can dynamically re-run the script. Previously loaded 
resources can be cached and reused. This way we can finally separate the demo 
logic from source code.

Original comment by yinotaurus on 30 Mar 2011 at 8:27