/glicol-wgpu

A wgpu-based code editor for Glicol programming language, offering cross-platform functionality for desktop and web browsers, powered by WebGPU.

Primary LanguageRust

glicol-wgpu

image

This is a text editor written in wgpu, mainly used to run glicol.

It can run on both desktop and browser.

Desktop

cargo run -r

Browser

zsh pack.sh
python server.py 8080

This is how it looks like when embedded in a browser:

https://chaosprint.itch.io/glicol-wgpu

Contribution

PRs are welcome, and through this process, you can also learn basic wgpu knowledge.

Roadmap

TBD