Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)