Skip to content

Releases: LightHouseSoftware/rip

Updated README.md

27 Jan 04:15
Compare
Choose a tag to compare
Updated README.md Pre-release
Pre-release
v0.0.4-2

Updated README.md

Third alpha release!

26 Jan 17:17
Compare
Choose a tag to compare
Third alpha release! Pre-release
Pre-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

05 Jul 16:42
Compare
Choose a tag to compare
Second alpha release Pre-release
Pre-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

06 May 14:48
Compare
Choose a tag to compare
Updated README Pre-release
Pre-release
v0.0.2-2

Update README.md

First public release!

05 May 13:17
Compare
Choose a tag to compare
First public release! Pre-release
Pre-release
v0.0.2

Initial commit