A collection of snippets, static classes and modules that I use frequently in javascript apps.
They are supposed to aid in debugging aswell as development by providing means to help understanding the application state, giving it a better idea of what's happening and why in an application.
Since I don't expect to change these files anytime soon, they are held in this repository, separated from projects that use them.
- Grapher (to draw graphs)
- Logger (to log and update previously-logged values)
- StateMachine (very simple state machine)
- Performancer (inputs and buttons for interacting)
- Unimplemented Interactor (inputs and buttons for interacting)
Click one of the classes to read more about their usage.
- Grapher Example:
- Performancer Example: