Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 659 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 659 Bytes

mol

A minimal molecule explorer.

WIP!

demo

Try it out live!

Instructions

Library

mol = { git = "https://github.com/ivnsch/mol.git" }

mol::init_sim();

WASM

wasm-pack build --out-dir /<root_dir_of_next_app>/wasm --release

--release currently mandatory bevyengine/bevy#16030

Next.js app (for now separate): https://github.com/ivnsch/mol_next_app_tmp

npm run dev

demo

Contribute

  1. Fork
  2. Commit changes to a branch in your fork
  3. Push your code and make a pull request