An open API service indexing awesome lists of open source software.

https://github.com/leapmotion/button-builder

Build Buttons!
https://github.com/leapmotion/button-builder

Last synced: 11 months ago
JSON representation

Build Buttons!

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