SqPlus compiles and runs on Win32, Linux, Mac OS-X, Sony PSP; should work with any modern C++ compiler. Unicode is supported. Can be downloaded, compiled and run in under 5 minutes (.zip includes all necessary files (build files for *nix and...
The template design will not cause the compiler to slow down or cause symbol bloat with debug builds
Lightweight interfacing code: as fast as possible
Relatively easy to understand and trace through
Call system derived from "LuaPlusCD:":stable and tested design for many shipped PC and console games
DXSquirrel MACRO type registration and utility classes and functions supported
Relatively simple template usage: should work with any modern C/C++ compiler; VS.NET 2003 solutions and projects included
Automatic type checking
Automatic argument marshaling between script and C/C++
boost::python/luabind/squadd style class registration: simple, concise syntax
Function arguments
Fixed
Variable
Class constructor arguments
Fixed
Variable
Function return values
Fixed
Variable
Multiple values of arbitratry type returned on stack
Static support
Class static variables and functions
Any global variable or function can be registered in a class namespace
Variables
int, float, bool, string
Fast+simple fixed length strings
Can be registered as read-only in script
New types can be created as classes and passed by value or address
Easy to pass class instances between script and C++
Constants
int, float, bool, constant string types supported
enums are registered as int
All constants are read-only
Class binding
No proxy classes required
Proxy/wrapper classes can be used if desired
Automatic constructor/destructor creation
Custom constructor/destructor support
Static/global custom constructor/destructor can be used to prevent modification of original class
Class inheritance
Squirrel-style class inheritance supported
C++ classes can inherit from Squirrel classes
Squirrel classes can inherit from C++ classes
Tables
Simplified access and manipulation of Squirrel Tables
Arrays
Simplified access and manipulation of Squirrel Arrays
Namespaces
Can be created with tables, classes, or instances
Experimental
There is an experimental version of SqPlus available at that implements Squirrel virtual machines as proper objects. If you want to have more than one VM running, you simply construct more than one VM object. This modification is currently experimental. Comments in the forum are appreciated.
Note the tripling of productivity and improved disposition.
Click to read this topic
2/4/2013 9:04:26 PM - 91.207.61.66
An easy to use binding system for Squirrel
2/22/2017 3:48:17 AM - -92.222.238.172
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
3/2/2013 1:43:48 PM - -83.149.34.224
An easy to use binding system for Squirrel
2/22/2017 3:48:17 AM - -92.222.238.172
An easy to use binding system for Squirrel
2/22/2017 3:48:17 AM - -92.222.238.172
Before you compile the minimal example, here's what you should pay attention to.
2/22/2017 3:51:55 AM - -92.222.238.172
A minimal example and a simple class registration example. Optional remote debugger code is also shown.(http://www.zwillinge-mann.com/)
2/22/2017 3:44:04 AM - -92.222.238.172
Passing class instances by address or as ""SQUserPointer"".
6/30/2007 1:02:01 PM - ad-remover-84.49.122.229
How to register preallocated member functions and member variables. http://www.kostenlos-monatshoroskop.com/
2/22/2017 3:56:51 AM - -92.222.238.172
Passing class instances to Squirrel and instance assigment.
2/22/2017 3:54:00 AM - -92.222.238.172
Creating and managing multiple ""VMs"".
11/21/2016 1:34:56 PM - -207.244.89.107
An easy to use binding system for Squirrel
2/22/2017 3:48:17 AM - -92.222.238.172
Click to read this topic
7/1/2007 7:41:08 AM - -220.211.116.217
Click to read this topic
7/27/2007 5:06:12 AM - ad-remover-84.49.122.204
Place example code that reproduces bug behavior and any suggested code fixes in the section below. Double click this page to edit, then paste code over // Place code here.