Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradyajohnston/molecularnodes
Toolbox for molecular animations in Blender, powered by Geometry Nodes.
https://github.com/bradyajohnston/molecularnodes
biochemistry blender blender-addon geometry-nodes molecular molecular-dynamics molecular-graphics molecular-modeling molecule pdb protein protein-data-bank protein-structure protein-visualization proteins sciart structural-biology visualisation
Last synced: about 23 hours ago
JSON representation
Toolbox for molecular animations in Blender, powered by Geometry Nodes.
- Host: GitHub
- URL: https://github.com/bradyajohnston/molecularnodes
- Owner: BradyAJohnston
- License: gpl-3.0
- Created: 2022-04-25T07:14:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:59:26.000Z (about 1 month ago)
- Last Synced: 2024-12-19T02:06:18.695Z (about 1 month ago)
- Topics: biochemistry, blender, blender-addon, geometry-nodes, molecular, molecular-dynamics, molecular-graphics, molecular-modeling, molecule, pdb, protein, protein-data-bank, protein-structure, protein-visualization, proteins, sciart, structural-biology, visualisation
- Language: Python
- Homepage: https://bradyajohnston.github.io/MolecularNodes/
- Size: 834 MB
- Stars: 927
- Watchers: 19
- Forks: 89
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Molecular Nodes 🧬🍝💻
![Documentation Building](https://github.com/bradyajohnston/molecularnodes/actions/workflows/docs.yml/badge.svg) ![Running Tests](https://github.com/bradyajohnston/molecularnodes/actions/workflows/tests.yml/badge.svg) [![codecov](https://codecov.io/gh/BradyAJohnston/MolecularNodes/branch/main/graph/badge.svg?token=ZB2SJFY8FU)](https://codecov.io/gh/BradyAJohnston/MolecularNodes)
## About
MolecularNodes enables quick import and visualisation of structural biology data inside of Blender. Blender provides advanced industry-leading visualisation and animation technology, while MolecularNodes provides the interface that allows Blender to understand the unique data formats used in structural biology.
The add-on enables creating animations from static crystal structures, styling proteins and other molecules in a variety of highly customisable styles, importing and playing back molecular dynamics trajectories from a wide variety of sources, and even importing of EM density maps.
## Examples
See examples, tutorials and video projects that use Molecular Nodes in the [documentation page](https://bradyajohnston.github.io/MolecularNodes).
## Installation
See the [installation page](https://bradyajohnston.github.io/MolecularNodes/installation.html) of the documentation, for detailed instructions on how to install the add-on.
## Getting Started
These tutorials are for earlier versions of the addon. There are some differences in design, but overall the workflow is the same. Watch through the videos to get an overview of how the addon works.
[![image](https://user-images.githubusercontent.com/36021261/205629018-a6722f88-505e-4cb6-a641-8d423aa26963.png)](https://youtu.be/CvmFaRVmZRU)
## Contributing
If you would like to contribute to the project, please open an issue to discuss potential new features, or comment on an existing issue if you would like to help with fixing it. I welcome any and all potential PRs.
It's recommended to clone this repository using `git clone --depth 1` as the complete commit history gets close to 1GB of data. I also recommend using VS Code with the [Blender VS Code](https://github.com/JacquesLucke/blender_vscode) addon which streamlines the development process.
Once installed, you can use the `Blender: Build and Start` command with VS Code open in the addon directory, to start Blender with the addon built and installed. Any changes that are then made to the underlying addon code, can be quickly previewed inside of the running Blender by using the VS Code command `Blender: Reload Addonds`.
Once happy with your code, open a pull request to discuss and get it reviewed by others working on the project. Open a draft pull request early, or open an issue to discuss the scope and feasability of potential features.
## Citation
A paper has not yet been published on the addon, but if you use it in your academic work you can site it from Zenodo:
[![](https://zenodo.org/badge/485261976.svg)](https://zenodo.org/badge/latestdoi/485261976)
## Thanks
A massive thanks to the [Blender Foundation](https://blender.org) which develops Blender as a free and open source program, and to the python package developers who enable the functionality of the this add-on. Primaryil Biotite and MDAnalysis teams.