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
- Host: GitHub
- URL: https://github.com/ahlusar1989/codepenmeetupmarch2017
- Owner: ahlusar1989
- Created: 2017-03-05T15:27:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T16:11:54.000Z (over 8 years ago)
- Last Synced: 2024-10-05T23:41:22.786Z (about 1 year ago)
- Topics: geometry, opengl, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
