1.0.0 • Published 4 years ago

colco-rs v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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