You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I did not see this one! There is no guide, unfortunately, but the main thing is that you need to modify the Makefile for LAMMPS to match the compile flags you get when you target iOS. I seem to remember that I first choose iOS in Qt, and then compile Atomify. Open the Compile output (or the Makefile) to see what flags are being used for both compilation and linking. Then open the LAMMPS source code, and create a Makefile.ios or something that matches this.
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. I haven't spent much time on making it nice on mobile, but it works.
As the title goes. I'm really interested in building the project and on my ipad and play around with it. Thank you @andeplane !
The text was updated successfully, but these errors were encountered: