summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-16Added a right pane to select/deselect mesh groups.Joe Crayne
2019-06-15Added grid texture.Joe Crayne
2019-06-14Switched to homegrown wavefront parser.Joe Crayne
2019-06-03Render curve special points.Joe Crayne
2019-06-03Specify stream name for GPU-ringbuffers.Joe Crayne
2019-06-03Avoid curve-jump on pen-up.Joe Crayne
2019-06-03Started FitCurves module.Joe Crayne
2019-06-03Factor Camera module out of MeshSketch.Joe Crayne
2019-06-03Discard fewer data points for fitting.Joe Crayne
2019-06-03Fix bug in subdivideCurve.Joe Crayne
2019-06-02Module for subdividing bezier curves.Joe Crayne
2019-05-30Compute height of pixel at distance.Joe Crayne
2019-05-30Avoid passing an empty range to OpenGL DrawArrays.Joe Crayne
2019-05-30build with stackAndrew Cady
2019-05-30Fix TypeTaggable typo.Joe Crayne
2019-05-30Expose ringMask for buffer bounds usage with ffi.Joe Crayne
2019-05-30Added (non-gpu) vector of points for fitting curve.Joe Crayne
2019-05-30Faster feedback for pen drawing.Joe Crayne
2019-05-30Fix updateBack ring-buffer bug.Joe Crayne
2019-05-30Update cabal build.Joe Crayne
2019-05-30Factored gpu-backend out of RingBuffer, wrote vector-backend.Joe Crayne
2019-05-26Render curve points as line strips rather than points.Joe Crayne
2019-05-26Avoid adding redundant points to ring buffer.Joe Crayne
2019-05-25Attempt to detect sharp-turns.Joe Crayne
2019-05-24Add curvature-coloring.Joe Crayne
2019-05-21Added colors to pen points + various updates.Joe Crayne
2019-05-19Fleshed-out Data instance for AttributeKey.Joe Crayne
2019-05-19Interface tweak to PointPrimitive ring buffer.Joe Crayne
2019-05-19Use Data.Data to specify ring buffer attributes.Joe Crayne
2019-05-19Vertex attributes: Use relfection to obtain Parameter list.Joe Crayne
2019-05-19Data.Data experiment: Use Nothing result instead of error call.Joe Crayne
2019-05-19Experiment: use Data.Data to generate AttributeKeys.Joe Crayne
2019-05-19Made ringCapacity give vertex-count rather than float-count.Joe Crayne
2019-05-19PointPrimitiveRing: rSize now counts vertices, not component/floats.Joe Crayne
2019-05-19Use per-primitive index head rather than per-component in PointPrimitiveRing.Joe Crayne
2019-05-19Type-safe incremental attribute update.Joe Crayne
2019-05-19Allow multiple attributes for dynamic buffer.Joe Crayne
2019-05-18Some notes.Joe Crayne
2019-05-18Factored lambdacube patch module from ring buffer.Joe Crayne
2019-05-18Sort skyboxes.Joe Crayne
2019-05-18Fixed gpu upload of PointPrimitive ring buffer.Joe Crayne
2019-05-18Control to move draw-plane up and down.Joe Crayne
2019-05-18Allow alternate plane positions.Joe Crayne
2019-05-18Draw on the xz plane.Joe Crayne
2019-05-17Write on the camDistance sphere.Joe Crayne
2019-05-17Enable higher-precision rotation.Joe Crayne
2019-05-173d coordinate draw.Joe Crayne
2019-05-17Point primitive stream based ring buffer.Joe Crayne
2019-05-14Factor TEXTURE_BUFFER-based ring buffer into module.Joe Crayne
2019-05-14Temperarily revert upper bound for lambdacube-gl.Joe Crayne