
This is a text editor written in wgpu, mainly used to run glicol.
It can run on both desktop and browser.
cargo run -r
zsh pack.sh
python server.py 8080
This is how it looks like when embedded in a browser:
https://chaosprint.itch.io/glicol-wgpu
PRs are welcome, and through this process, you can also learn basic wgpu knowledge.
TBD