Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RFC] Summer of code project to re-think plug-in/filter development resources
#2
Having a single source of documentation for GEGL filters (native GEGL, Gimp, and of course any locally installed GEGL filters) would be cool.

But the real cool thing would be code completion and type checking in IDEs. Gimp3 is a lot easier to code in Python because you can import "static" libraries so have many things checked at write/compile time. But all the stuff in the PDB (outside the gimp-* procedures that I hope nobody uses) is dynamic and so not covered, you have to run the code to find the mistakes.
Reply


Messages In This Thread
RE: [RFC] Summer of code project to re-think plug-in/filter development resources - by Ofnuts - 05-31-2025, 07:15 AM

Forum Jump: