#pax #container #compilation #user-interface #apps #native #definition

pax-cartridge

Static program definition container for Pax programs, intended to be patched during compilation

72 releases (9 breaking)

new 0.13.18 Apr 18, 2024
0.12.8 Mar 16, 2024
0.10.10 Dec 6, 2023
0.10.7 Oct 20, 2023
0.0.1 Sep 13, 2022

#91 in WebAssembly

Download history 22/week @ 2024-01-25 11/week @ 2024-02-08 50/week @ 2024-02-15 352/week @ 2024-02-22 432/week @ 2024-02-29 22/week @ 2024-03-07 286/week @ 2024-03-14 40/week @ 2024-03-21 45/week @ 2024-03-28 11/week @ 2024-04-04

387 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

415KB
10K SLoC

Pax

Pax is a user interface engine for native apps & websites.

Write application logic in Rust while declaring content & behavior in Pax's JSX-inspired user interface description language.

Pax compiles into native desktop/mobile apps and WebAssembly-driven web apps. It's very fast and very lightweight.

What's in this repo?

  • The Pax compiler and an implementation of the Pax user interface description language
  • Native renderers + runtimes for iOS, macOS, and browsers/WebAssembly
  • Language bindings for supported programming languages, currently only Rust
  • Pax's CLI for compiling and managing projects
  • Example projects

Status

Currently Alpha and unstable, under active full-time development. Today, Pax compiles and runs for iOS, macOS, and Web. The Web target is our leading edge of development. Pax’s standard library includes components for drawing, layouts, and form controls.

Take Pax for a spin!

Join our Discord to chat with our team.

We do not yet recommend building any production workloads with Pax. Targeting Beta in Q3 2024.

Examples

See a simple example in the introduction page of our docs.

You can also run the examples in this monorepo:

  1. Install Rust toolchain
  2. Clone this repo: git clone git@github.com:paxproject/pax.git && cd pax
  3. Run an example: cargo run --example fireworks. See the available examples here.

Docs

Read the docs at https://docs.pax.dev/

License

© 2024 PaxCorp Inc. [contact@pax.dev].

This project is licensed under either of:

at your option.

Dependencies

~6–10MB
~196K SLoC