Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
odin check sdl2/hellope $FLAGS
odin check sdl2/microui $FLAGS

odin check sdl3/bunnymark/bunnymark $FLAGS

odin check simd/approaches $FLAGS
odin check simd/basic-sum $FLAGS
odin check simd/motion $FLAGS
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ ols.json
# orca samples

orca_output
module.wasm
module.wasm

.DS_Store
Binary file added sdl3/bunnymark/assets/bunnys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sdl3/bunnymark/assets/wabbit_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading