Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandwoodjones/hello-triangle
A basic opengl triangle made in Rust with glutin
https://github.com/sandwoodjones/hello-triangle
glsl glutin opengl rust
Last synced: about 6 hours ago
JSON representation
A basic opengl triangle made in Rust with glutin
- Host: GitHub
- URL: https://github.com/sandwoodjones/hello-triangle
- Owner: SandWoodJones
- License: gpl-3.0
- Created: 2021-05-03T21:50:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T21:53:45.000Z (over 3 years ago)
- Last Synced: 2023-09-10T02:54:06.051Z (about 1 year ago)
- Topics: glsl, glutin, opengl, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-triangle
A basic and crude implementation of a classic opengl triangle in Rust with glutin made by following [this set of tutorials](https://nercury.github.io/rust/opengl/tutorial/2018/02/08/opengl-in-rust-from-scratch-00-setup.html)