Releases: harshkhandeparkar/gpujs-real-renderer
Releases · harshkhandeparkar/gpujs-real-renderer
Brush Preview
Added
- Preview for brush and eraser tool.
Changed
- Reverted back to old method of anti aliasing due to performance issues.
Better Interpolation
Changed
- : Changed the method of interpolation to improve anti-aliasing.
- Circles(points) are better anti aliased everywhere.
Canvas Resize Handled
Fixed
- : Resizing the canvas doesn't break the drawboard.
Interpolation Changes
Changed
- Interpolate no longer makes lines with rounded corners
- RealDrawBoard adds a circle at the end of a stroke to make it rounded.
Line corner AA
Fixed
- The corners of the interpolated line in
RealDrawBoardandRealComplexSpacewere not properly anti aliased.
Minification fix
Fixed
- Did not work in minifed files. Works now.
Anti-Aliasing!
Interpolation fixed!
Fixed
- Interpolation was always white.
- RealDrawBoard showed an error if a mouse click started outside the canvas and ended inside it.
Better Interpolation!
Changed
- Interpolated lines and single dot plots in
RealDrawBoard, as well asRealComplexSpace, look much better because of blurred edges.
Removed
- Support for
IKernelXYZobject input for graph dimensions, ie{x: 1000, y: 1000}is not valid, use[1000, 1000]instead.
Touch Support!
Added
- Touch screen support for
RealDrawBoard. See demo

