ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
149 stars 20 forks source link

Is there any possible to invoke this visualization from other python code? #433

Open Roy-Kid opened 2 years ago

Roy-Kid commented 2 years ago

Hi! I am writing a package that hopes to replace mdanalysis and moltemplate. I am looking for a visualization package and front-end to view the model I made or the analysis result. I don't want to convert my python data structure to LAMMPS' data file or PDB and the use ovito or VMD. Can this package do this job with a slight modification? My package is pure python and repo is molpy

andeplane commented 1 year ago

Hi, sorry for this very late reply. I am working on a replacement that is entirely on the web. See https://github.com/andeplane/atomify. It runs everything in the browser and is purely based on TypeScript and Webassembly. The visualization engine is called OMOVI and can be found at https://github.com/andeplane/omovi. Maybe you can use that? I have not spent much time on making it useful for someone else yet, but let me know if you want to try it out.

I am working with @audunsh on making that package available in a Python module.