Dev:Software roadmap

From Synfig Studio :: Documentation
Revision as of 07:59, 25 April 2006 by SnapSilverlight (Talk | contribs) (This is a specific source tweak rather than a feature request.)

Jump to: navigation, search

A software roadmap is in the process of being developed. If you would like to lobby for specific functionality to be implemented sooner than what is stated, please discuss it in the talk page.

Since the roadmap isn't finished yet, here is an unsorted list of things that I plan to implement:

  • Under-the-hood changes
    • Redesign the render target class
      • current implementation doesn't handle large images very well
    • migrate API to be more language agnostic
    • Add support for arbitrary multiple color channels
    • Add support for customizable mixing gamma per canvas
    • Start migrating toward a script-friendly API
    • Implement garbage collection of synfig nodes
    • Re-write or replace the "Simple Text" layer for proper font support. Current implementation is gnarly.
  • Optimizations
    • Change the way surfaces are stored in memory from chunky to planar. This alone should provide significant speed improvements, as well as pave the way for future hardware optimization. (like Apple's new CoreImage)
    • Support for arbitrary color channels
    • Support for customizable color mixing gamma
  • User Interface
    • Re-write the canvas properties dialog, as it is currently too awkward and confusing
    • Reimplement the draw tool so that it is actually useful
    • Rewrite state_draw to handle simultaneous creation of region/bline/curve gradient, like state_region. (Snap)
      • Since that's basically recopying code, try to refactor this functionality into its own module somewhere? (Snap)

There is certainly much more that I haven't mentioned, but it's a start.