engine3d-dev / engine3d

Open-source game engine to be used for developing games
Apache License 2.0
1 stars 3 forks source link

Basic Imgui UI Editor #36

Open SpinnerX opened 3 weeks ago

SpinnerX commented 3 weeks ago

Basic UI Editor features would comprise a content browser, scene panels, and a panel that displays other information about the object selected.

The object selected visually shows the components that correspond to the mesh. Fundamental UI wrapper around specific portions of Imgui's API.

Basic UI Editor Features