Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronsaldo/mollevis
https://github.com/ronsaldo/mollevis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronsaldo/mollevis
- Owner: ronsaldo
- License: mit
- Created: 2024-07-15T17:58:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:49:47.000Z (6 months ago)
- Last Synced: 2024-07-17T23:08:19.422Z (6 months ago)
- Language: C++
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mollevis - Mollecular simulator and visualizer
## Building
For building on Linux the Vulkan header files and the SDL2 development must be installed. This project must be cloned with the submodules in order to build the bundled version of abstract-gpu. A similar procedure is needed for building on Windows and Mac, where the SDL2 library must be specified.
For recursive cloning with submodules, the following script can be used:
```bash
git clone --recursive https://github.com/ronsaldo/mollevis
```The following bash script can be used for building on Linux:
```bash
mkdir build
cd build
cmake ..
cmake --build .
```## Running
The building process produces the following build artifacts:
- *dist/Mollevis* The mollecular visualization and simulation spplication
Currently only randomly generated atoms and bonds are supported. The number of generated atoms can be specified by using *-gen-atoms N*, and the number of generated bonds is specified with *-gen-bonds N*