rngback

Randomly generated geometric backgrounds

UNLICENSE License

Stars
40

Bot releases are hidden (Show)

rngback - v1.2 Latest Release

Published by jedevc over 6 years ago

This release includes a few major changes behind the scenes that should make it easier to programmatically access rngback if you so desire.

It also includes a couple other usability features, such as:

  • Rngback will now generate blank areas, as well as the triangles and squares from before
  • Altering the variation can be done much more precisely now, with hue, saturation and lightness variation as opposed to the one-size-fits-all approach from before.
rngback -

Published by jedevc over 6 years ago

This release adds a number of minor features, including:

  • Seeding the generator for repeating the generation
  • Multiple foreground colors

Behind the scenes, the code has seen a large redesign, moving most of the individual functions into classes. Therefore, if you access rngback programmatically, then you will need to update your code.

Additionally, development practice has changed - new feature development will occur in a new dev branch to keep the stable releases seperate from the development.

Enjoy!