Aquileo | Recent posts to newshttps://sourceforge.net/p/scrupp/news/2012-09-27T22:28:23.211000ZRecent posts to newsAquileo | LuaGL added to Scrupp2012-09-27T22:28:23.211000Z2012-09-27T22:28:23.211000ZAndreas Krinkehttps://sourceforge.net/u/basique/https://sourceforge.netf6f3d6bfc5555f1e17615d6b9df75e9eceaf3f64We added a new Lua library to Scrupp!
[LuaGL](http://luagl.sourceforge.net) allows direct access to OpenGL functionality from Lua/Scrupp. You can find more information about this library on LuaGL's website.Aquileo | Scrupp v0.4 released2012-08-15T23:02:47.949000Z2012-08-15T23:02:47.949000ZAndreas Krinkehttps://sourceforge.net/u/basique/https://sourceforge.net82a15c8663eb031641a3a2bd36b912b4f44d6603I'm pleased to announce the release of Scrupp v0.4.
The main features new in this release:
1. The inclusion of the cairo binding lua-oocairo by Geoff Richards. The original website of this binding is no longer available, but Scrupp includes the complete source and documentation.
2. The inclusion of LuaSocket by Diego Nehab.
3. The support of MPEG-1 videos.
Further changes:
- using autotools for easier compilation and installation on Linux
- text interface supports UTF8 strings (Michal Kolodziejczyk)
- Lua commands 'dofile' and 'require' support the virtual filesystem
- new functions to manipulate the OpenGL state:
translate, scale, rotate, save, restore and reset the state
- support for image loading from strings (e.g. received via network)Aquileo | Scrupp v0.2 released2012-08-15T23:02:47.897000Z2012-08-15T23:02:47.897000ZAndreas Krinkehttps://sourceforge.net/u/basique/https://sourceforge.netee54bc8d55aa03504f605492a05b32a36791ab58I'm pleased to announce the release of Scrupp v0.2.
Changes:
- full support for Mac OS X
- nice message boxes for errors + traceback
on Mac OS X (with Carbon) and Windows
- resizable windows
- scaling and rotation of images and graphics
- images can be colorized
- all keys are represented by simple strings
- changed namespace from 'game' to 'scrupp'
- removed the mouse and key table;
all functions moved to 'scrupp' namespace
- new plugins: font, timer
+ many more
Aquileo | New Development Environment (IDE)2012-08-15T23:02:47.845000Z2012-08-15T23:02:47.845000ZAndreas Krinkehttps://sourceforge.net/u/basique/https://sourceforge.netcce05ec6fc159f848a3a406349a7e0d3a9bc81a9A new IDE is available for Windows! It's based on SciTE and supports:
- syntax highlighting,
- auto-completion,
- calltips containing function arguments, and
- easy script execution.
More information and screenshots at:
http://scrupp.sourceforge.net/ide.htmlAquileo | Windows binaries of trunk available2012-08-15T23:02:47.807000Z2012-08-15T23:02:47.807000ZAndreas Krinkehttps://sourceforge.net/u/basique/https://sourceforge.net4665b969fedd99f5ac54ccbb1be6cd721bbbb1c0The latest SVN revisions are now available as pre-built binaries for Windows. So there is no need to compile anything, if one wants to use the latest development version on Windows.
More information: http://scrupp.sourceforge.net/download.html