#web #webassembly #cross-platform #framework #open-source #application #applications #up

zaplib

⚡ Zaplib is a fast, cross-platform (web+native), GPU-based application framework, written in Rust

2 releases

0.0.3 Feb 3, 2022
0.0.1 Jul 30, 2021


Used in 2 crates

MIT/Apache

2MB
43K SLoC

⚡ Zaplib

Zaplib is a fast, cross-platform (web+native), GPU-based application framework, written in Rust.

This is early stage and experimental. For now, see the repository for usage details. We will add better documentation over time.


lib.rs:

⚡ This crate is the core of Zaplib. It contains all the fundamental rendering primitives.

Internally it depends on [zaplib_shader_compiler] and [zaplib_vector], for shader compilation and vector graphics (mostly for fonts) respectively.

If you need to use higher-level widgets, use zaplib_components.

Dependencies

~0–3MB
~72K SLoC