jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
314 stars 100 forks source link

Game scene attaching #15

Open erlend-sh opened 8 years ago

erlend-sh commented 8 years ago

From @ghost on March 24, 2014 19:34

Reference on googlecode: https://code.google.com/p/jmonkeyengine/issues/detail?id=136

Copied from original issue: jMonkeyEngine/jmonkeyengine#7

MeFisto94 commented 8 years ago

Allow the user to attach his game scene to the SceneViewer and run/view it there (à la scenemonitor).

This sounds quite like what the SceneComposer does, right? Unfortunately GC is archived now, so it's hard to tell, but could it be that this issue was even before the SceneComposer was added?

normen commented 8 years ago

It was before the "Run AppState" functionality was created I suppose. However the whole thing was planned a bit broader with global configuration of the main AppStates in the project and handling them etc. - kind of in combination with game type templates and whatnot.