ovilab / atomify

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

How to use android version with custom input script? #418

Open dxhisboy opened 6 years ago

dxhisboy commented 6 years ago

I downloaded the App from Google Play. The examples are awesome, but how to use custom input scripts?

andeplane commented 6 years ago

Hi,

Currently we don't support custom input scripts without building it yourself. We do have a plan to add this feature, but that's a maybe for 2018 :)

You can run Atomify on your desktop machine (macOS / Linux) and run custom scripts there. See https://github.com/ovilab/atomify for download instructions.

andeplane commented 1 year ago

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, and allows you to run custom simulations. It should work ok on the phone as well, although I haven't spent much time on that.