1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Merge pull request #13 from FGRibreau/patch-1

fix 404 link
This commit is contained in:
Emil Ernerfeldt
2020-08-05 10:27:11 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ Wherever you can render textured triangles you can use Egui.
The same application code can thus be compiled to either into a native app or a web app. The same application code can thus be compiled to either into a native app or a web app.
## Demos ## Demos
[Egui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/egui/src/examples/app.rs [Egui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/egui/src/demos/app.rs
[Hobogo: A small game using Egui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo [Hobogo: A small game using Egui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo