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

https://github.com/ahlusar1989/codepenmeetupmarch2017

Using Rust and WebGL in order to Demonstrate Tessellation
https://github.com/ahlusar1989/codepenmeetupmarch2017

geometry opengl rust

Last synced: 6 months ago
JSON representation

Using Rust and WebGL in order to Demonstrate Tessellation

Awesome Lists containing this project

README

          

Demo For CodePen DC: March 2017

## How to build & run examples

To build the examples, you need Rust and Cargo installed.

1. Install [Rust](https://www.rust-lang.org/en-US/)
2. In the Terminal window, navigate to the project directory.
3. Type `cargo build`
4. Type `cargo run`

Demo:

![Tessalation Demo](https://media.giphy.com/media/l0Iy8JQnG4tW8Ntzq/giphy.gif)