Provides a modular extensible framework for SPH/Grid fluid solvers in Go, chosen for it's high performant C-like code builds, simple interfaces, and ease of concurrency. This repository is not an authoritative expert repository for fluid solvers but can be forked by those who would like to work with the Go framework when implementing a solver. OpenGL is used to monitor the solvers while keyframes may be exported to PBRT or Mitsuba for further rendering.
Implement application GUI. For ease-of-use portability and extensibility modularity we will use the asticode/go-astilelectron GUI base. This isn't an ideal solution since our renderer will be disassociated from the GUI handler as a window however this will ultimately let users easily create GUI applications and is the most open source option available to use.
Implement application GUI. For ease-of-use portability and extensibility modularity we will use the asticode/go-astilelectron GUI base. This isn't an ideal solution since our renderer will be disassociated from the GUI handler as a window however this will ultimately let users easily create GUI applications and is the most open source option available to use.