Update README (#324)
This commit is contained in:
parent
5c2985f1b6
commit
9e943dd9eb
2 changed files with 7 additions and 1 deletions
|
@ -28,7 +28,13 @@ The Minimum Supported Rust Version for `pixels` will always be made available in
|
|||
|
||||
## Examples
|
||||
|
||||
### Games 🎮
|
||||
|
||||
- [Conway's Game of Life](./examples/conway)
|
||||
- [Pixel Invaders](./examples/invaders)
|
||||
|
||||
### Demos 🧪
|
||||
|
||||
- [Custom Shader](./examples/custom-shader)
|
||||
- [Dear ImGui example with `winit`](./examples/imgui-winit)
|
||||
- [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 `tao`](./examples/minimal-tao)
|
||||
- [Minimal example with `fltk`](./examples/minimal-fltk)
|
||||
- [Pixel Invaders](./examples/invaders)
|
||||
- [`raqote` example](./examples/raqote-winit)
|
||||
- [`tiny-skia` example](./examples/tiny-skia-winit)
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 102 KiB After ![]() (image error) Size: 206 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue