FRUK-Simulator / SimulatorCore

Core engine for the simulator
https://fruk-simulator-core.netlify.app/
MIT License
1 stars 11 forks source link

Demo UIs #27

Open zhiquanyeo opened 4 years ago

zhiquanyeo commented 4 years ago

NOTE: Split this into smaller issues

We should have some sort of UI for the demos that allow us to exercise the features of the simulator engine.

Examples of which are:

stevenvaneyck commented 4 years ago

Would a UI like in https://stevenvaneyck.github.io/babylon-example work (top right box)? It's pretty easy to write (see https://github.com/FRUK-Simulator/babylon-example/blob/master/src/index.ts#L7). You'd be dragging in Babylon JS as a dependency, but don't see any downsides to that.

JamesWP commented 4 years ago

Take a look at dat.gui, it’s really simple to integrate and it looks a little more polished :D

zhiquanyeo commented 4 years ago

Yeah something simple will do. Basic controls to add a game object to a random spot etc. Or apply motor power to a simulated robot