Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivnsch/mol
Minimal molecule explorer
https://github.com/ivnsch/mol
bevy chemistry rust
Last synced: about 2 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:38:07.000Z (3 months ago)
- Last Synced: 2024-11-30T18:08:49.723Z (about 2 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!
![demo](./img/render_bs.png)
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
```![demo](./img/render_b.png)
## Contribute
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request