RadiantKit is an in-development framework to build graphics applications (like Figma, Canva, Miro, etc) that's free and open source.
It introduces a node-component-system for efficient rendering, while ensuring complete extensibility. It can support both native and web (via WebAssembly) platforms.
Install rust and follow these steps:
cd examples/basic
cargo run
Install rust and follow these steps:
cd examples/egui
cargo run
Install yarn and follow these steps:
cd examples/web
yarn install
yarn build:wasm
yarn start
Follow steps for web till #3. Then, run yarn tauri dev
.
Send us an email at hello@radiantkit.xyz. You can also join our slack for quick help and support.