EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

Where is UI in waveengine 3? #22

Closed Thaina closed 4 years ago

Thaina commented 4 years ago

Is it not released yet or we have new UI system?

minolo commented 4 years ago

Hi there @Thaina!

The way of doing UI in WaveEngine 3 is through the use of NoesisGUI. The engine provides some components to aid in the development of 2D UIs, which can then be used even in a 3D scene as planar interfaces.

We made a couple of tutorials for WaveEngine 2.4 regarding the creation of interfaces using NoesisGUI. They are a bit outdated but most parts still apply. There are some changes like the name of the components being changed.

Getting started with NoesisGUI Setting up a Blend project

We are also working on a toolkit to make 3D UIs in AR/VR, which you can find here: MixedRealityToolkit-WaveEngine

I hope this is helpful to you!