-
Notifications
You must be signed in to change notification settings - Fork 5
/
todo.txt
29 lines (26 loc) · 957 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
General:
- Renaming property should update all the nodes that use that property.
Priority: 3, Difficulty: 3
- Add Vector4 class to allow specifying vec4 uniforms/attributes without using Color class.
Priority: 3, Difficulty: 3
- Previews for some shader nodes.
Priority: 3, Difficulty: 8
- Advanced control of OpenGL settings in shaders.
Priority: 2, Difficulty: 5
- Figure out why Gradient node is difficult to close (click on button).
Priority: 2, Difficulty: 6
- Allow rendering to named frame buffers.
Priority: 2, Difficulty: 7
- Pipeline transitions (i.e. between scenes).
Priority: 2, Difficulty: 8
- Disable/enable "Up" and "Dn" buttons for shader lists.
Priority: 1, Difficulty: 2
- Shortcut to create and connect a property, when clicking on node circle in graph.
Priority: 1, Difficulty: 4
- Stencil support.
Priority: 1, Difficulty: 7
Sprite shader:
Particle shader:
- Add support for line particles.
Priority: 2, Difficulty: 5
Model shader: