An open API service indexing awesome lists of open source software.

https://github.com/nahkd123/brush-as-webassembly-module

Store brush as WebAssembly module.
https://github.com/nahkd123/brush-as-webassembly-module

brush drawing-app js wasm web webassembly

Last synced: about 1 year ago
JSON representation

Store brush as WebAssembly module.

Awesome Lists containing this project

README

          

# Brush as WebAssembly Module!
An experiment to use WebAssembly module as brush file. The purpose is to embed the brush together with project file so that vector layers in projects can be rendered correctly across multiple devices, while taking little amount of storage space.

## Try it out
> [!TIP]
> For best experience, use a graphics tablet or a device with pressure-sensitive stylus support!

Open [this page](https://nahkd123.github.io/brush-as-webassembly-module) in your favorite browser. Chromium is recommended to ensure the pointer event feature working correctly (though most modern browsers should support pointer events API already).

## What's next?
- Embed brush preset inside WebAssembly module maybe?

## License
CC0 1.0 Universal (or Public domain if that license is not applicable). No Rights Reserved.