https://github.com/vitroid/genice-vpython
A GenIce plugin to visualize the structure with VPython.
https://github.com/vitroid/genice-vpython
Last synced: over 1 year ago
JSON representation
A GenIce plugin to visualize the structure with VPython.
- Host: GitHub
- URL: https://github.com/vitroid/genice-vpython
- Owner: vitroid
- Created: 2018-04-05T04:47:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T04:10:25.000Z (over 4 years ago)
- Last Synced: 2025-02-21T19:18:40.955Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [genice-vpython](https://github.com/vitroid/genice-vpython/)
A [GenIce](https://github.com/vitroid/GenIce) plugin to visualize the structure with [VPython](http://vpython.org).
version 0.4.3
## Requirements
* vpython
* genice<2.0
## Installation from PyPI
% pip install genice_vpython
## Manual Installation
### System-wide installation
% make install
### Private installation
Copy the files in genice_svg/formats/ into your local formats/ folder.
## Usage
Usage:
genice III -f vpython
opens a window in the web browser to show the image.
Options:
No options available.
## Test in place
% make test