$ rezi
Getting Started

Examples

This page lists the example apps that ship in the repository.

This page lists the example apps that ship in the repository.

  • examples/hello-counter: Minimal state, view, and button flow using the Node backend.
  • examples/raw-draw-demo: Low-level draw() rendering example.
  • examples/gallery: Widget gallery and scene library for widget demos.
  • examples/regression-dashboard: Validation app used to exercise layout, rendering, and interaction behavior.

Run from source

Clone and build the workspace:

git clone https://github.com/RtlZeroMemory/Rezi.git
cd Rezi
git submodule update --init --recursive
npm ci
npm run build
npm run build:native

Run the examples:

node examples/hello-counter/dist/index.js
node examples/raw-draw-demo/dist/index.js
node examples/gallery/dist/index.js

On this page