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 VS8 ( Visual Studio 2005 Express Editions are free ), VS7.1)). Code::Blocks project files also included.
There is an experimental version of SqPlus available at http://www.tactile3d.com/bucket/squirrel/squirrel.php 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.
SquirrelWiki is a collaborative web site for squirrel's community
2/21/2012 10:50:15 AM - 91.232.96.4
An easy to use binding system for Squirrel
2/19/2012 9:54:46 AM - 94.100.25.50
An easy to use binding system for Squirrel
2/19/2012 9:54:46 AM - 94.100.25.50
An easy to use binding system for Squirrel
2/19/2012 9:54:46 AM - 94.100.25.50
Before you compile the minimal example, here's what you should pay attention to.
5/31/2011 3:17:11 AM - -173.16.151.55
A minimal example and a simple class registration example. Optional remote debugger code is also shown.
5/31/2011 3:36:18 AM - -173.16.151.55
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.
7/10/2007 3:44:28 PM - ad-remover-84.49.122.139
Passing class instances to Squirrel and instance assigment.
4/13/2008 10:03:23 PM - -203.127.30.82
Creating and managing multiple ""VMs"".
6/7/2007 1:17:30 PM - -84.49.122.175
An easy to use binding system for Squirrel
2/19/2012 9:54:46 AM - 94.100.25.50
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.