Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobuyuki83/demos_glutin
OpenGL 3D graphics demos written in Rust for graphics research prototyping.
https://github.com/nobuyuki83/demos_glutin
graphics rust
Last synced: 4 days ago
JSON representation
OpenGL 3D graphics demos written in Rust for graphics research prototyping.
- Host: GitHub
- URL: https://github.com/nobuyuki83/demos_glutin
- Owner: nobuyuki83
- License: mit
- Created: 2022-10-22T18:04:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T02:02:58.000Z (over 1 year ago)
- Last Synced: 2023-08-12T06:43:46.547Z (over 1 year ago)
- Topics: graphics, rust
- Language: HTML
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demos_glutin
### 00: Simplest demo, draw single triangle from array data
![demo00](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo00.png)### 01: Draw Wavefront Obj file
![demo01](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo01.png)### 02: Draw value on mesh using color map
![demo02](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo02.png)### 03: Solve mesh laplacian
![demo03](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo03.png)### 04: Draw Wavefront Obj file with quad/triangle mixed mesh
![demo04](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo04.png)### 05: Picking point on mesh
![demo05](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo05.png)### 06: View navigation for 2D object
![demo06](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo06.png)### 07: Delaunay triangulation
![demo07](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo07.png)### 08: Grouping triangle mesh from its connectivity
![demo08](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo08.png)### 09: Generating points randomly on a triangle mesh
![demo09](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo09.png)### 10: Poisson disk sampling on a triangle mesh
![demo10](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo10.png)### 11: Heat distance on a triangle mesh
![demo11](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo11.png)### 12: Drawing Texture
![demo12](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo12.png)### 13: Drawing textured Wavefront Obj file
![demo13](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo13.png)### 14: Solving biharmonic equation
![demo14](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo14.png)### 15: Adaptively sampled distance field
![demo15](https://github.com/nobuyuki83/demos_glutin/raw/imgs/demo15.png)