Lemur 2D/3D GUI

hi this is JME’s niftygui 3d example modified for multiple eventbus and accepting mouse raypick adapted inputs.

[video]- YouTube

source: GitHub - automenta/nifractal: NiftyGUI 3D with JMonkeyEngine

i’d like to use native jme Nodes as components and make a unified 2d/3d GUI system. lemur is closer to this design

here’s some older videos of JME2 experients i’d like to improve on

[video]- YouTube

more videos: https://www.youtube.com/user/automenta/search?query=spacenet

:explode:

Is there a question in there? I wasn’t sure.

Lemur can do 3D GUIs easily as it doesn’t really care whether the GUI is 2D or 3D… and any JME Node can be a Lemur gui element. Like in the 3D node+links thing above, they don’t even have to be GUI elements to interact with them since you can add mouse event support to any Node… it’s already setup for that.

Here are some videos I’ve posted before. These GUIs were all done with Lemur:

1 Like

thanks it looks like Lemur is the kind of GUI I’m looking for!

Are you building a gui for your own game, or setting out to make a 3D/2D-gui API? I’m not quite sure what your goal is.

If it’s the latter, why not just help build Lemur?

1 Like
@asser.fahrenholz said: Are you building a gui for your own game, or setting out to make a 3D/2D-gui API? I'm not quite sure what your goal is.

If it’s the latter, why not just help build Lemur?

i am interested in helping build Lemur but the overall goal is a 3D general purpose GUI / operating system. some of this may contradict Lemur’s existing plans so for now i fork it here:

here are my old projects i want to expand on:

GitHub - automenta/old-spacenet: Self-aware dynamic, reflective, and declarative semantic space representation, transformation, and exploration system. (jME2)
GitHub - automenta/old-spacenet-ardor1: Experimental Ardor3D Version (Ardor3d)
GitHub - automenta/spacegraph1: SpaceGraph Interactive Semantic 2D/3D Environment

Lemur seems to be the closest GUI model. i’ll continue experimenting

new video: neural network visualization , with LemurGUI

2 Likes

Is there anyone who has the last video, or knows where to find it? En who did this project?