package
0.0.0-20200626153313-d5ea7944c387
Repository: https://github.com/lachee/noodle.git
Documentation: pkg.go.dev

# Structs

Ball structure represents a sprite that will bounce around.
BaseApplication handles the game.
Box structure represents a sprite that will bounce around.
FontApp handles the game.
NineSliceApp shows an example of a nine-slice shader in use.
RotatingCubeApp shows off the 3D capabilities.
SpriteApp tests the sprite renderer.
UIApp tests the sprite renderer.

# Type aliases

Matrix alias of noodle.Matrix.
Rectangle alias of noodle.Rectangle.
Transform alias of noodle.Transform.
Transform2D alias of noodle.Transform2D.
Vector2 alias of noodle.Vector2.
Vector3 alias of noodle.Vector3.
Vector4 alias of noodle.Vector4.