Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

∅M〇ᶻ demo

A native-rendered + web Native SDK app: the view lives in src/app.native (declarative markup) and the logic in src/main.zig (Model, Msg, update). No WebView, no npm, no build files — the native CLI owns the build.

native-sdk using https://github.com/mindon/native-sdk

web part using https://mindon.dev/biu/.

Commands

native dev     # build and run the app with hot reload
native test    # run the app's test suite
native build   # produce a ReleaseFast binary in zig-out/bin/
native check   # validate src/*.native markup and app.zon

Hot reload

src/app.native is watched while native dev runs: edit it and the window updates within ~2s without losing model state. Parse failures keep the last good view.

Owning the build

Need custom build logic? native eject writes a build.zig and build.zig.zon into the app — from then on the native verbs drive your files through zig build and never regenerate them.

About

An app demo using native-sdk and biu

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages