This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: artflow-vr/vr-ui
Releases · artflow-vr/vr-ui
VRUI 0.0.9
Beta 0.0.9
Bug Fixes
- Fixes padding in Vertical and Horizontal Layout
- Fixes GridLayout not refreshing well when
refresh()
is called several times.
VRUI 0.0.8
Beta 0.0.8
API Breaks
- Every elements should now contain a
data
JavaScript object. This is better than passing a lot of arguments
to the construtor.
Major features and improvements
- Adds pages system
- Automatic page creation, when user select the automatic mode.
- Switch between pages using
nextPage()
andprevPage()
.
- Adds
add
function to theVRUI
object. This is used when you do not want to make static layout, but rather add elements by elements.
Bug Fixes
- Fixes padding in Vertical and Horizontal Layout
First beta
Summary
VRUI aims at helping to create UI in 3D, especially for VR. It is based upon Three.js.
Major Features
- Layouts: vertical, horizontal, grid.
- Views: slider, image button, checkbox, text.