Skip to content

Commit

Permalink
Merge pull request #53 from Skytrias/nanovg-examples
Browse files Browse the repository at this point in the history
add nanovg examples, workflow and readme
  • Loading branch information
laytan authored Aug 22, 2024
2 parents 0954e14 + ff7c8ba commit ed8ed45
Show file tree
Hide file tree
Showing 20 changed files with 1,886 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
odin check wgpu/microui -target:windows_amd64 $FLAGS
odin check nanovg/example.odin -file $FLAGS
odin check nanovg/fbo.odin -file $FLAGS
odin check orca/breakout -target:orca_wasm32 $FLAGS
odin check orca/clock -target:orca_wasm32 $FLAGS
odin check orca/ui -target:orca_wasm32 $FLAGS
odin check orca/ui -target:orca_wasm32 $FLAGS
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Assets and third-party libraries are provided under their own license. If in dou
* [SDL with PNG loader using `core:image`](https://github.com/odin-lang/examples/tree/master/sdl2/hellope)
* [MicroUI with SDL](https://github.com/odin-lang/examples/tree/master/sdl2/microui)
* [MicroUI with Raylib](https://github.com/odin-lang/examples/tree/master/raylib/microui)
* [Nanovg Examples](https://github.com/odin-lang/examples/tree/master/nanovg)

## Math

Expand Down
Loading

0 comments on commit ed8ed45

Please sign in to comment.