Franciman / plasm

plot your functions with rust and wasm - https://frankplus.github.io/plasm/
MIT License
10 stars 2 forks source link

Start 2D plotter which builds to desktop and web #1

Closed frankplus closed 4 years ago

frankplus commented 4 years ago

Hi there ^.^ Using the already implemented parser I started making a simple 2D plotter using three-d renderer. This builds to both desktop (Rust + OpenGL) and web (Rust to WebAssembly).

TODO:

Future TODO: