colco-rs
v1.0.0
Published
A 3D webgl molecule viewer
Downloads
4
Maintainers
Readme
Colco (colcothar) - 3D molecule viewer via glow-rs
How to Build
Native (in-dev...)
TBD
Web
cd
to colco
directory
Currently only stdweb is supported. To run with stdweb:
cargo web start --no-default-features --features stdweb --target wasm32-unknown-unknown
To minify and deploy to static files for production, run:
cargo web deploy --release --no-default-features --features stdweb --target wasm32-unknown-unknown