wxJS 0.9.2 is released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
fbronx
Knows some wx things
Knows some wx things
Posts: 38
Joined: Tue Nov 29, 2005 8:37 am
Location: Belgium

wxJS 0.9.2 is released

Post by fbronx »

The main goal of wxJS is to port the wxWidgets library to JavaScript. It can be extended with other modules (sqlite, expat, ...), it contains an Apache module for using JavaScript/wxWidgets on the server.

This release contains the following updates:
- io: solved a bug with wxSocket. wxSocket needs a wxApp now.
- All: An empty string resulted in undefined
- wxStandardPaths is used to find modules.xml
- Introduced new module: tpl, a template engine
- Solved bug 1620648: wxJSScript defines methods/variables on the global object
- Added include method on wxJS
- wxJS methods can be used directly (i.e. wxJS.print can be written as print)
Use wxWidgets in JavaScript: GLUEscript
Post Reply