El Gato
  • Shell 45%
  • C 29%
  • Zig 19.9%
  • CMake 2.6%
  • HTML 1.7%
  • Other 1.8%
Find a file
Bear e1de7b5512
Some checks failed
Build and push image / publish (push) Failing after 1m9s
Fix apksigner resolution for Windows builds
2026-07-26 02:20:29 +02:00
.forgejo/workflows init 2026-07-11 13:05:41 +02:00
android Fix apksigner resolution for Windows builds 2026-07-26 02:20:29 +02:00
assets/exercises Exercise gifs 2026-07-11 19:42:36 +02:00
src Working android 2026-07-25 21:19:10 +02:00
vendored init 2026-07-11 13:05:41 +02:00
.gitignore init 2026-07-11 13:05:41 +02:00
.gitmodules init 2026-07-11 13:05:41 +02:00
build-web.sh init 2026-07-11 13:05:41 +02:00
build.sh init 2026-07-11 13:05:41 +02:00
build.zig Refactoring build 2026-07-25 21:19:10 +02:00
build.zig.zon Working android 2026-07-25 21:19:10 +02:00
CMakeLists.txt * MSVC-specific compiler flags. *Avoid sanitizers and -fanalyzer under MSVC. *Link math only outside Windows. *Detect .exe files in common Windows build directories when running the game 2026-07-25 21:19:10 +02:00
common.h init 2026-07-11 13:05:41 +02:00
Dockerfile init 2026-07-11 13:05:41 +02:00
flake.lock init 2026-07-11 13:05:41 +02:00
flake.nix init 2026-07-11 13:05:41 +02:00
gato.c Fix alignment 2026-07-12 17:52:20 +02:00
gato.html init 2026-07-11 13:05:41 +02:00
index.html init 2026-07-11 13:05:41 +02:00
protocol.h init 2026-07-11 13:05:41 +02:00
README.md Refactoring build 2026-07-25 21:19:10 +02:00
renovate.json init 2026-07-11 13:05:41 +02:00
run-web.sh init 2026-07-11 13:05:41 +02:00
run.sh * MSVC-specific compiler flags. *Avoid sanitizers and -fanalyzer under MSVC. *Link math only outside Windows. *Detect .exe files in common Windows build directories when running the game 2026-07-25 21:19:10 +02:00
setup-android.txt Initial Zig 2026-07-25 21:19:10 +02:00
setup.sh init 2026-07-11 13:05:41 +02:00
shell.html Initial Zig 2026-07-25 21:19:10 +02:00

Build Native

zig build run

Build Web

zig build web emrun zig-out/html/index.html

Build Android

zig build android android/install.sh