Releases: LightHouseSoftware/rip
Releases · LightHouseSoftware/rip
Updated README.md
v0.0.4-2 Updated README.md
Third alpha release!
- Added thirst realization of RGB color caching (RGBManager);
- Added injection version(RgbCachingOn) into few modules for using RGB caching;
This future turned on by default; - Added static method getColor into RGBColor for working with RGB manager;
- PPM worker now uses RGB manager by default
- Most arithmetic functions in RGBColor now uses RGB manager
- Added lazy realization for convolution function (convolutionNew). Old functions 'convoluiotion' and 'convolve'
are deprecated; - Now surface Ctor is not initialized by color. For this added methos Surface.initialize(RGBColor);
Second alpha release
- toSurface accelerated by 18-20%
- added lazily version of createFences - createFencesNew. In 0.0.4 old version of createFences will be depricated. In 0.0.5 it will be deleted.
- elementaryConvolution can optimize useless calculations
- added isPixelRange template
- added LDC support
- added first ugly parallelism realization
- fixed small error in rip.draw.ifs
- added additional graphics procedures
- added functions for working with channels in RGBColor
- fixed warning messages
- added functions for drawing base primitives
- created site based on github.io: lighthousesoftware.github.io/rip
- the documantation is available on site
Updated README
v0.0.2-2 Update README.md
First public release!
v0.0.2 Initial commit