GLUEscript is an attempt to port wxWidgets to JS.
wxWidgets is a basic C++ framework for creating application GUIs that work on multiple OS platforms.
GLUEScript is actually a continuation of the wxJavaScript project.
It's different from wxJavaScript because it deals with other rendering details besides the GUI.
It can also be used as a general purpose language to write JS-powered Web pages or desktop applications.
Requirements:
· JavaScript enabled on client side
· Apache server
What's New in This Release: [ read full changelog ]
· Upgraded SpiderMonkey to 1.8.5
· Ctypes can be used
· There's a PDF glue now
· Solved some bugs in MySQL glue
· Upgraded Poco to 1.4.3
· Made it compile again on a Linux environment