https://github.com/ivnsch/mol
Minimal molecule explorer
https://github.com/ivnsch/mol
bevy chemistry rust
Last synced: 4 months ago
JSON representation
Minimal molecule explorer
- Host: GitHub
- URL: https://github.com/ivnsch/mol
- Owner: ivnsch
- License: mit
- Created: 2024-10-17T19:05:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:38:07.000Z (9 months ago)
- Last Synced: 2025-03-15T23:28:10.218Z (4 months ago)
- Topics: bevy, chemistry, rust
- Language: Rust
- Homepage:
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mol
A minimal molecule explorer.
WIP!

Try it out [live](https://cool-sunshine-4a2b07.netlify.app/)!
## Instructions
#### Library
```
mol = { git = "https://github.com/ivnsch/mol.git" }```
```rust
mol::init_sim();
```#### WASM
```
wasm-pack build --out-dir //wasm --release
````--release` currently mandatory
https://github.com/bevyengine/bevy/issues/16030Next.js app (for now separate):
https://github.com/ivnsch/mol_next_app_tmp```
npm run dev
```
## Contribute
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request