andewx / dieselfluid

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.
GNU General Public License v3.0
2 stars 0 forks source link

Application GUI System #10

Closed andewx closed 2 years ago

andewx commented 2 years ago

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.

andewx commented 2 years ago

Electron GUI base components and working GUI shown more suport to be added.