zzorn / flowutils

Collection of generic utility functions and classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flowutils

Collection of generic utility functions and classes.

Contents

  • Check - A parameter checker utility.
  • Maths - Various math related functions, e.g. interpolation.
  • Strings - String related functions.
  • ColorGradient - Color gradient class.
  • Stopwatch - Timer class for simple benchmarks.
  • RawImage - Fast, low-level image class, backed by an editable array of color data.
  • FloatRaster - Two dimensional floating point raster class with various manipulation methods.
  • Time - Can be used to keep track of elapsed gametime, update steps done, frames per second, and duration of last frame.
  • Random - Pseudorandom number generator (xorshift) which is better than the one Java provides (LCG).

About

Collection of generic utility functions and classes.


Languages

Language:Java 100.0%Language:Shell 0.0%