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
Right now, the current app consists of a handful of disparate parts. This issue aims to provide a way for future work to be organized in such a way that we can have a usable alpha of this program in the near future.
End Goal
Before we move forward I would like to have the following in place:
A decently stable web frontend with an accurately node display and the ability to communicate with the backend. You will be able to import images, run them through a node processor, and receive a new image as output.
A GIMP plugin that uses a similar format to communicate with a similar backend that is spawned on the local machine.
A backend that receives data from both frontends and uses that to process images.
Supporting libraries for all of the above.
Web Frontend Tasks
Reorganize the code to fit Vue in a much more idiomatic way (cc @meredith-grace)
Right now, the current app consists of a handful of disparate parts. This issue aims to provide a way for future work to be organized in such a way that we can have a usable alpha of this program in the near future.
End Goal
Before we move forward I would like to have the following in place:
Web Frontend Tasks
GIMP Frontend Tasks
Implement additional CI/CD for plugin developmentImplement plugin development environment support for linux(Implement plugin development environment support for linux #36)Solidify plugin entry point and plugin application loop(Solidify plugin entry point and plugin application loop #37)gtknodes
or otherwise (Implement a node system for the GIMP frontend #24).Backend Tasks
Supporting Libs Tasks
Potentially port libnode to C++ to support C++ porting effort.We're not moving in this direction anymore.Implement total node unlinking for nodes.Misc Tasks
Configure the CI system to test more of the program's surface.Incomplete list, I'll add more as I think of them.
The text was updated successfully, but these errors were encountered: