summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-09 19:00:59 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-09 19:01:07 +0100
commitbe1755a5749f2d6512b26925fb37650cba6c720b (patch)
tree4a668f0412a42d3d4bd03583564885fdeb0f2b89 /TODO
parentc3e87dc2aa0fb0153d1cda7423d8f8302bea68e4 (diff)
update todo
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 98e02a62..266a568d 100644
--- a/TODO
+++ b/TODO
@@ -73,6 +73,8 @@ done:
73- compiler: (~) :: forall a . a -> a -> Type 73- compiler: (~) :: forall a . a -> a -> Type
74- backend: support sampler objects (opengl 3.3) 74- backend: support sampler objects (opengl 3.3)
75- backend: include compiler version in the generated pipeline as a string info field 75- backend: include compiler version in the generated pipeline as a string info field
76- backend: support Texture2DSlot (purescript)
77- editor: user texture support (no crossdomain support)
76 78
77next: 79next:
78 80
@@ -95,6 +97,7 @@ next:
95 97
96- docs: feature teaser, 2 min paper videos 98- docs: feature teaser, 2 min paper videos
97- testenv: performance benchmarks 99- testenv: performance benchmarks
100- testenv: add editor examples as backend tests
98 101
99- support local pattern matching functions 102- support local pattern matching functions
100- support recursive local definitions 103- support recursive local definitions
@@ -105,10 +108,8 @@ next:
105- re-enable ambiguity checks 108- re-enable ambiguity checks
106- show desugared source code on a tab in the editor 109- show desugared source code on a tab in the editor
107 110
108- editor: user texture support (maybe from external url, e.g. Texture2DSlot "http://website-source.com/image.png")
109- editor: highlight errors in editor 111- editor: highlight errors in editor
110- editor: editor socket reconnection 112- editor: editor socket reconnection
111- backend: support Texture2DSlot (purescript)
112- backend: setup texture sampler configuration (purescript) 113- backend: setup texture sampler configuration (purescript)
113- backend: setup viewport for render target size (purescript) 114- backend: setup viewport for render target size (purescript)
114- backend: generate let in shaders 115- backend: generate let in shaders
@@ -299,3 +300,5 @@ reviews, blogs
299 300
300-------------------------------------------------------------------- 301--------------------------------------------------------------------
301 302
303insert somewhere
304- editor: input editor (add/edit new uniform values e.g. floats, matrixes and textures if possible)