Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/16030

Next.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