Releases: harshkhandeparkar/gpujs-real-renderer
Releases · harshkhandeparkar/gpujs-real-renderer
Drawing Board! And multiple fixes/optimizations
Added
- DRAWING BOARD!: A fully functional white/black/[whichever color you want]board with customizable brush colors, sizes, and even undo-redo feature! See RealDrawBoard and demo
Fixed
- <
RealComplexSpace>: Interpolation is better.
Changed
- <
RealComplexSpace>:convertCartesianPolarandconvertPolarCartesianmethods are made static members of theComplexclass.
TYPESCRIPT \^o^/! Some fixes, refactors and ☜(⌒▽⌒)☞
Complex Numbers, Squeezing Graphs and More!
Fixed
- Stupid console.logs
Added
- A new real renderer,
RealComplexSpace!, see README - <
RealLineGraph>: A new value forprogressionMode,squeeze. This squeezes the graph to fit ALL the data as it flows in!. - A
toggleRendermethod to theRealRendererclass which means that it is available everywhere.
Textures!
Fixed
- :
.addData()method can accept a texture as the input.
Docs!
Added
- A proper README with docs!
- :
.getLimits()to get the limits of the graph.
Reset Method Fix
Fixed
.reset()method resets time.
Minor Fixes
Fixed
- <
RealLineGraph>: The plotted points are perfect circles instead of squished ones.
Changed
- Renamed
.clearPlot()to.reset()and it works.
It's Real!
Released
RealLineGraphclass for real-time LineGraph rendering. (The graph makes space for new data when it overflows)RealRenderer: The base class of this package. It is extended byRealLineGraphand can be extended for any other purpose-built renderer too.- to
npm. You canyarn add gpujs-real-rendererornpm install gpujs-real-renderer - Works in the browser.