#pax #user-interface #layout #applications #forms #control #primitive

pax-std

Standard library for Pax, including layouts, drawing primitives, and form controls

72 releases (9 breaking)

new 0.13.22 Apr 22, 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

#126 in GUI

Download history 23/week @ 2024-01-22 23/week @ 2024-02-05 292/week @ 2024-02-19 411/week @ 2024-02-26 27/week @ 2024-03-04 264/week @ 2024-03-11 98/week @ 2024-03-18 6/week @ 2024-03-25 83/week @ 2024-04-01 13/week @ 2024-04-08 1684/week @ 2024-04-15

1,789 downloads per month
Used in 7 crates (2 directly)

MIT/Apache

350KB
8K 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–24MB
~363K SLoC