|
Name
|
Description
|
Download
|
|
PrefContainer
|
A simple way of containing preferences
and having them saved to disk and later
retireved.
Supports:
- Preferences saved to a text file
- Scrambling of "sensitive" values (currently broken)
- Simple way of dealing with default
values
- Neatly contained within a Class,
ready to be imported into your project.
- Named Preferences
- Comes with an example project
|
PrefContainer.sit
|
|
ScrollingPanel
|
A simple set of classes exploiting the
scrolling features of a Canvas to allow
for scrolling items on a window.
- Will scroll almost any item on a
window
- Can be nested
|
ScrollingPanel.sit
|
|
Expression Evaluator
|
A set of classes to evaluate
mathematical expressions.
- Supports freeform expressions
- Follows standard order of
operations
- Many built-in functions
- Support for variables
|
ExpressionEvaluator.sit
|
|
Matrix Manager
|
Set of classes to implementing matrix
math.
Not complete.
|
MatrixManager.rbp.sit
|