-
Notifications
You must be signed in to change notification settings - Fork 0
/
roadmap.txt
30 lines (30 loc) · 1.21 KB
/
roadmap.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
30
Multiple outputs - Done
Save Multpile Outputs - Done
Colorspace Nodes - Done
Fix XPos bug - Done
Add comment nodes - Done
Optimise Compiler - Done
Worley Noise output all 3 layers - Done
Optimise noise seeding algo - Done
Other noise optimisations - Done
Add stripped compiler option - Done
Add export output node button - Done
Make a better solution than my hacky fix in suggestions.js (Remove setTimeout call) - Done
Fix metatag parse errors - Done
Add regex sanitiser(s) to basic output nodes so i can have a custom named function - Done
Add vector2 constants, vector3 constants and vector4 constants - Done
Add vector2 outputs, vector3 outputs and vector4 outputs - Done
Add more math nodes - Done
Fix error when deserialise tries to make links to unknown nodes - Done
Make serialise() not always save the label, only when it is renameable. - Done
Add video output node - Cancelled (performance unuseable)
Add image input node - Done
Keyboard nodes - Done
Replace canvas download method with blob - Done
Add chebyshev worley noise - Done
Fix naming of Minkowski noise - Done
Documentation of command nodes is now indicated in the title - Done
Graph output - Done
3D viz node - Done
Logic extension - Done
vector2 out has preview - Done