goutil

module
v0.0.0-...-8385335 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2018 License: Unlicense

README

goutil

Utilities for Go. Documentation

What I might like to put in this library

  • 'functional' style map/reduce/filter tools
  • numeric and interpolation functions
  • utilities for pixel
    • pan/zoom camera
    • animated sprite
  • collection of proceedural noise functions (perlin, simplex, opensimplex, worley)
  • path following
  • steering behavior / boids
  • simple particle physics

Directories

Path Synopsis
Package functional provides some basic map/filter/reduce tools for float64 and int.
Package functional provides some basic map/filter/reduce tools for float64 and int.
Package num provides some numeric tools such as interpolation and clamping.
Package num provides some numeric tools such as interpolation and clamping.
pxu
Package pxu provides useful utilites for the Pixel 2D graphics library.
Package pxu provides useful utilites for the Pixel 2D graphics library.
Package rand provides random number functions that are missing in the standard library, as well as other forms of random numbers such as proceedural noise (eg Perlin noise)
Package rand provides random number functions that are missing in the standard library, as well as other forms of random numbers such as proceedural noise (eg Perlin noise)
cell_noise_example
Package main is a simple demo of cell noise.
Package main is a simple demo of cell noise.
perlin_example
Package main is a simple visualization of perlin noise.
Package main is a simple visualization of perlin noise.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL