philipturner / molecular-renderer

Renderer for molecular nanotechnology
MIT License
65 stars 6 forks source link

MolecularRendererApp on Windows #4

Closed philipturner closed 1 year ago

philipturner commented 1 year ago

Even without a ray tracer, this repo is lacking a means for real-time playback of molecular simulations. Would be okay to copy the imposter method from atomCAD for rendering, but we still lack a UI on Windows. This probably cannot be done through a Swift package, as on Mac it requires a .xcodeproj. Could create a .vcxproj to enable a similar workflow on Windows. Also find ways to remove dependencies on Apple-specific libraries in the UI code.

philipturner commented 1 year ago

Closed because we, by some miracle, have cooperation with atomCAD: https://github.com/atomCAD/atomCAD/pull/32