math3d

A nodejs library for 3D transformations similar to Unity3D containing necessary classes and functions for matrices, vectors, quaternions and transforms.

com.fluid.database

A simple key value pair database for int, float, string, and bool. Easily extendable to custom database types via generics.

com.fluid.state-machine

A finite state machine micro-framework for Unity3D focused on a pure code implementation.

com.fluid.simple-singleton

An automaticaly generating singleton class that uses generics and inheritnace to automate its creation.