b47111069c
zero-native becomes the Native SDK. Apps are authored as native markup plus Zig on a deterministic runtime and rendered by the toolkit's own engine into real OS windows — no browser, no WebView, no interpreter in the binary. - Desktop is complete on macOS, Windows, and Linux: native rendering with per-platform titlebar fidelity, audio playback with streaming, a verified track cache, and real spectrum analysis, native context menus, packaging with sealed code signing, and a deterministic automation and record-replay story. - Experimental iOS and Android host tiers ship behind the same app manifest: simulator and emulator dev loops, archive-ready packaging, real platform tab bars and push navigation, with embedding over the C ABI underneath. - The docs site, component catalog, theme packs, showcase apps, and CHANGELOG carry the full account.
21 lines
399 B
Plaintext
21 lines
399 B
Plaintext
.DS_Store
|
|
|
|
# Zig build output for example apps.
|
|
.zig-cache/
|
|
zig-out/
|
|
|
|
# Generated frontend dependencies and build output.
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
next-env.d.ts
|
|
package-lock.json
|
|
|
|
# Local iOS build products.
|
|
Libraries/
|
|
|
|
# Prepared example music (tools/prepare-example-music.sh). The committed
|
|
# music-manifest.zon describes the catalog; the audio itself stays local.
|
|
soundboard/assets/music/
|