Update README (#324)
This commit is contained in:
parent
5c2985f1b6
commit
9e943dd9eb
|
@ -28,7 +28,13 @@ The Minimum Supported Rust Version for `pixels` will always be made available in
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
### Games 🎮
|
||||||
|
|
||||||
- [Conway's Game of Life](./examples/conway)
|
- [Conway's Game of Life](./examples/conway)
|
||||||
|
- [Pixel Invaders](./examples/invaders)
|
||||||
|
|
||||||
|
### Demos 🧪
|
||||||
|
|
||||||
- [Custom Shader](./examples/custom-shader)
|
- [Custom Shader](./examples/custom-shader)
|
||||||
- [Dear ImGui example with `winit`](./examples/imgui-winit)
|
- [Dear ImGui example with `winit`](./examples/imgui-winit)
|
||||||
- [Egui example with `winit`](./examples/minimal-egui)
|
- [Egui example with `winit`](./examples/minimal-egui)
|
||||||
|
@ -36,8 +42,8 @@ The Minimum Supported Rust Version for `pixels` will always be made available in
|
||||||
- [Minimal example with `winit`](./examples/minimal-winit)
|
- [Minimal example with `winit`](./examples/minimal-winit)
|
||||||
- [Minimal example with `tao`](./examples/minimal-tao)
|
- [Minimal example with `tao`](./examples/minimal-tao)
|
||||||
- [Minimal example with `fltk`](./examples/minimal-fltk)
|
- [Minimal example with `fltk`](./examples/minimal-fltk)
|
||||||
- [Pixel Invaders](./examples/invaders)
|
|
||||||
- [`raqote` example](./examples/raqote-winit)
|
- [`raqote` example](./examples/raqote-winit)
|
||||||
|
- [`tiny-skia` example](./examples/tiny-skia-winit)
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 206 KiB |
Loading…
Reference in a new issue