Skip to content

zzorn/flowutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

384 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages