Crates.io | sketchbook |
lib.rs | sketchbook |
version | 0.0.2 |
source | src |
created_at | 2022-04-25 02:02:13.612684 |
updated_at | 2022-06-29 01:17:42.621898 |
description | Interactive visual applications in Rust |
homepage | |
repository | https://gitlab.com/konnorandrews/sketchbook |
max_upload_size | |
id | 573398 |
size | 151,556 |
Interactive visual applications in Rust.
This crate is still in early development. It is fully usable as is, but more features are expected to be added. Additionally, the documentation is not currently complete.
Currently the only developed environment is sketchbook-wgpu
.
It is not a requirement to use sketchbook-wgpu
, but not using it will require implementing a custom environment.
Goals:
Non-goals:
Currently only sketchbook-wgpu
exists as a ready to use environment for Sketchbook.
Future plans include a WASM environment, other native backends, and embedded environments (i.e. like Arduino).