summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-13Updated ./run.sh script.HEADmasterJoe Crayne
2020-01-13Updated git urls in stack.yaml.Joe Crayne
2020-01-13Update stack.yaml to use namespace.Joe Crayne
2020-01-13Update to build with lts-14.2.Joe Crayne
2020-01-13Collect window invalidates into a single code path.Joe Crayne
2020-01-13faster file loading.Joe Crayne
2019-07-31Always include null material.Joe Crayne
2019-07-31Fixed interval masking.Joe Crayne
2019-07-29Compute face normals when file does not provide vertex normals.Joe Crayne
2019-07-28Better handle missing material lib.Joe Crayne
2019-07-28Render curve from obj file.Joe Crayne
2019-07-27Generalized curve-sampling to 3 dimensions.Joe Crayne
2019-07-24Brighter cube colors.Joe Crayne
2019-07-23Fancier specular lighting.Joe Crayne
2019-07-23Implement 3 distinct lighting models.Joe Crayne
2019-07-18meshsketch: key-stroke to toggle whirling camera animation.Joe Crayne
2019-07-18Animator: function to remove an animation.Joe Crayne
2019-07-18LoadMesh: support multiple mtllib files.Joe Crayne
2019-06-19Maskable groups.Joe Crayne
2019-06-19Provided data structure for early capture of group-masks.Joe Crayne
2019-06-19Moved addOBJToObjectArray to module LoadMesh.Joe Crayne
2019-06-19Load mesh in background.Joe Crayne
2019-06-18More verbose file loading.Joe Crayne
2019-06-18Materials and textures are relative to object file.Joe Crayne
2019-06-17Maskable materials.Joe Crayne
2019-06-17Add material groups to masking pane.Joe Crayne
2019-06-17Scale loaded mesh to fit viewport.Joe Crayne
2019-06-16Enable toggling checkboxes.Joe Crayne
2019-06-16Test code to populate treeview.Joe Crayne
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