|
|
JSLibs
jslibs API reference
home > JSLibs -![]()
Executables
Modules
- jsstd - Basic functions set.
- jsdebug - Basic debugging and introspection tools.
- jsobjex - Hierarchical data storage tool.
- jsio - File and socket support based on NSPR (Netscape Portable Runtime) library.
- jssqlite - Database support based on SQLite.
- jsz - Data compression support using zlib.
- jsffi - foreign function interface support.
- jscrypt - complete cryptographic toolkit based on libtomcrypt.
- jswinshell - Basic Windows shell functions support.
- jsfastcgi - fastcgi protocol support.
- jsode - Rigid body dynamics management based on ODE (Open Dynamics Engine).
- jsaudio (TBD)
- jsgraphics - 3D graphics management.
- jsimage - png and jpg image loader.
- jsprotex - Procedural texture generator.
Notational Conventions
myModule::MyClass class MyParentClass class
Functions
- myReturn type MyFunction( myArgument, myOtherArgument [, myOptionalArgument] )
The functions description. myReturn type is the type of data returned by the functionmyArgument is the first argument of my function.
Properties
- myProperty
The property description
- myReadOnlyProperty
Description...
Static functions
A static function is only available on the class itself (not its instance) like Math.cos(1,23)
Static properties
A static function is only available on the class itself (not its instance) like Math.PI
Constants
- MY_CONSTANT1
- MY_CONSTANT2
- MY_CONSTANT3
Callback functions
examples
My example of use of this class.
Sign in to add a comment

