https://github.com/leapmotion/button-builder
Build Buttons!
https://github.com/leapmotion/button-builder
Last synced: 11 months ago
JSON representation
Build Buttons!
- Host: GitHub
- URL: https://github.com/leapmotion/button-builder
- Owner: leapmotion
- Created: 2017-04-11T02:18:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T16:32:44.000Z (over 5 years ago)
- Last Synced: 2025-04-17T12:26:13.805Z (about 1 year ago)
- Language: C#
- Size: 90.9 MB
- Stars: 37
- Watchers: 20
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Button Builder #
This repository contains the source code for the Button Builder demo! This demo was primary constructed to show how the [Interaction Engine][] and the [Graphic Renderer][] can work together.
A demo build is avaliable on https://gallery.leapmotion.com/button-builder/
At a high level, this demo shows off:
- `Graphical optimizations` - Through the use of the Graphic Renderer, the scene can be rendered in just a few draw calls!
- `Intuitive interaction` - The Interaction Engine allows all of the interface elements to respond physically and intuitively.
- `Curved spaces` - Due to the tight integration of curved spaces into both the Graphic Renderer and the Interaction Engine, the entire interface can be trivially warped into a curved space, and everything still works as you intend!
[Interaction Engine]: https://github.com/leapmotion/UnityModules/wiki/Interaction-Engine
[Graphic Renderer]: https://github.com/leapmotion/UnityModules/wiki/Graphic-Renderer