mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 23:36:36 +00:00
8abf95abee
libcanvas/Canvas.py, libgui/GuiCanvasPanel.py: split from libcanvas/Canvas.py. libcanvas/CanvasImportStore.py:import{Ansi{Buffer,File},SauceFile}(): fixed (via spoke.) {libgui/Gui{CanvasInterface,Frame},libtools/Tool{Fill,Select,Text},roar}.py: updated. libgui/GuiCanvasWxBackend.py: merged from libcanvas/CanvasBackend.py.
18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
1) General {cleanup,refactor}
|
|
2) Transparent {back,fore}ground colour
|
|
3) Implement ANSI CSI CU[BDPU] sequences
|
|
4) Incremental auto{load,save} & {backup,restore}
|
|
5) Open and toggle a reference image in the background
|
|
6) Client-Server or Peer-to-Peer realtime collaboration
|
|
7) Arbitrary {format,palette}s ({4,8} bit ANSI/mIRC, etc.)
|
|
8) Hotkey & graphical interfaces to {composed,parametrised} tools
|
|
9) GUI: a) scrollbar b) switch from wxPython to GTK c) revisit About dialogue
|
|
10) Layers, layout (e.g. for comics, zines, etc.) & asset management (e.g. kade, lion, etc.) & traits w/ {inserting,merging,linking}
|
|
11) Sprites & scripted (Python?) animation on the basis of asset traits and {composable,parametrised} patterns (metric flow, particle system, rigging, ...)
|
|
13) Composition and parametrisation of tools from higher-order operators (brushes, filters, outlines, patterns & shaders) and unit tools; unit tools:
|
|
a) geometric primitives (arrow, circle, cloud/speech bubble, curve, heart, hexagon, line, pentagon, polygon, rhombus, triangle, square, star)
|
|
b) regions (crop, duplicate, erase, fill, invert, measure, pick, rotate, scale, select, shift, slice, tile, translate)
|
|
c) text (edit, Unicode sets)
|
|
|
|
vim:tw=0
|