Export to GitHub

jslibs - News.wiki


previous news

  • ...

  • 2010.03.21 - Adding OpenGL Vertex and Pixel Shaders support (GLSL).

  • 2010.03.15 - 3rd video
  • 2010.03.13 - 2nd video
  • 2010.03.11 - 1st video

  • 2010.02.24 - drawing arabesques using OpenGL (jsgraphics+jssdl)

  • 2010.02.16 - Working on 3D text drawing through OGLFT library.
  • 2010.02.11 - Buzz

  • 2010.01.10 - Working on a cross-module non-blocking system that allow to wait for I/O, SDL, task, videoInput, systray, endSignal and timeouts events from a single function. eg. ProcessEvents(IOEvents(descList), systray.Events(), EndSignalEvents(), TimeoutEvents(100) );

  • 2010.01.04 - new code snippet: "A minimalist HTTP server" see below. (thanks to Phil Rhodes)

  • 2009.12.09 - NEW DEVSNAPSHOT release available here.

  • 2009.12.07 - New project logo. Thanks a lot to Stéphanie Freiburger.

  • 2009.11.25 - Linux: support installed shared libraries (using waf, the flexible build system). see defails

  • 2009.11.24 - Add UTF8/UTF16 scripts encoding support.
  • 2009.11.14 - Add ActiveX/COM support to jswinshell module.

  • 2009.10.26 - Checking for memory leaks.

  • 2009.10.23 - Linux32 compilation works again.
  • 2009.10.21 - Fixing Linux32 compilation.
  • 2009.10.19 - Updating libraries: SQLite-3.6.18, NSPR-4.8
  • 2009.10.13 - Trunk is unstable and does not compile on Linux, please use the last stable version of jslibs (see below).
  • 2009.10.03 - Great performance gain using threaded memory release + google's tcmalloc library.

  • 2009.09.28 - Working on threaded memory release.

  • 2009.09.22 - Updating the JavaScript engine to the latest version of TraceMonkey.
  • 2009.09.05 - New module: jsvideoinput (video capture for Windows).
  • 2009.09.02 - testing openCV to manage real-time video input devices with jslibs.

  • 2009.07.20 - Working on procedural effects (source).

  • 2009.05.31 - NEW RELEASE jslibs version 0.95 r2572 has been release (release notes)

  • 2009.05.21 - Update TraceMonkey and SQLite to the latest version.
  • 2009.05.15 - working on Linux 64bit compilation.
  • 2009.05.13 - all memory leaks are fixed.
  • 2009.05.11 - fixing memory leaks.
  • 2009.05.09 - jslibs "testing" revision has been updated to r2434.
  • 2009.05.03 - bug fixing and stabilization.

  • 2009.04.25 - jslibs "testing" revision has been updated to r2386.

  • 2009.04.24 - the debugger is becoming very nice. It is now written in XUL only: debugger screenshot.
  • 2009.03.16 - jslibs debugger is almost ready. It uses Firefox 3.x (XUL) as debugger front-end.
  • 2009.03.03 - working on a JavaScript debugger written in JavaScript.
  • 2009.02.24 - a documentation preview of the next jslibs version is available here.
  • 2009.02.19 - working on the function naming migration from UpperCamelCase to lowerCamelCase.
  • 2009.02.12 - working on the Linux build scripts.
  • 2009.02.09 - preparing jslibs for the latest version of TraceMonkey.
  • 2009.01.20 - the end of the holiday :(
  • 2008.12.20 - the start of the holiday :)
  • 2008.12.19 - Fixing jsfastcgi module compilation under Linux (thanks to Dave for his patch).
  • 2008.12.06 - Activity: preparing the next release.
  • 2008.11.20 - Activity: working on error management, stability and documentation.
  • 2008.11.05 - New module: jstask (manage simultaneously running JavaScript tasks).
  • 2008.11.04 - The next days, the SVN trunk will be quite unstable. If you encounter crashes please report them by mail at soubok+jslibs@gmail.com I will fix them quickly.
  • 2008.10.27 - Fixing Linux compilation for jsimage, jsfont, jsode, jsprotex
  • 2008.10.20 - I encourage you to register on the forum and post any questions you might have.
  • 2008.10.17 - Activity: working on a SDL wrapper to manage display, keyboard and mouse.
  • 2008.10.08 - New module: jsiconv (for character set conversion).
  • 2008.10.06 - SVG rendering done.
  • 2008.09.28 - Activity: working on rendering SVG to a buffer.
  • 2008.09.23 - The content of the next release is available here.
  • 2008.09.18 - Now Linux version of jslibs uses TraceMonkey with JIT enabled.
  • 2008.09.15 - Activity: testing jslibs with TraceMonkey
  • 2008.09.04 - New module: jsjabber (based on gloox library). Thanks to Onur for its contribution.
  • 2008.09.01 - Activity: OpenAL EFX API wrapping.
  • 2008.08.22 - Activity: OpenAL API wrapping.
  • 2008.08.21 - Activity: streamed audio files decoding.
  • 2008.08.18 - New release: jslibs version 0.9 - download - Linux 32-bit compilation.
  • 2008.08.10 - New VST Plugin host that manages Steinberg's Virtual Studio Technology.
  • 2008.06.30 - jslibs code analysis
  • 2008.06.29 - jsgraphics documentation has been added.
  • 2008.06.28 - jsprotex and jsfont documentation has been added.
  • 2008.06.07 - The content of the next release is available here.
  • 2008.06.04 - SVN directory structure has been split in libs/ for external libraries and src/ for jslibs libraries.
  • 2008.05.27 - 20:59: the first sound (41_30secOgg-q0.ogg) has been played with jslibs (source).
  • 2008.05.24 - http://groups.google.com/group/jslibs/web/HelloWorld%202.png?display=thumb&mode=grid is an example of use of jsfont + jsprotex + jsimage (source).
  • 2008.05.16 - New module: jsfont (using freetype library).
  • 2008.04.13 - I am working on a complete OpenGL API wrapping.
  • 2008.03.26 - I am working on a QA test system to ensure that there are no outstanding regressions between jslibs releases. You can try it using: ./jshost qarun.js
  • 2008.03.15 - New release: DEVSNAPSHOT 2008.03.15 r 1402 (announce) (Linux 32-bit compilation).
  • 2008.03.09 - Start implementation of the class jsio::SharedMemory.
  • 2008.03.06 - Documentation of jsio, jscrypt, jsode are up to date.
  • 2008.02.28 - A bug has been found in the jscrypt module. The fix is done and a new devsnapshot will be released soon.
  • 2008.02.27 - Documentation is being updated.
  • 2008.02.26 - A new devsnapshot of jslibs has been released and is available in the download section (changelog).
  • 2008.02.18 - 64-bit port of jslibs is in progress.
  • 2007.12.20 - New jslibs module: jsdebug (debuging tools and memory diagnostic)
  • 2007.12.12 - jsnspr module has been renamed into jsio (documentation is not completely updated)
  • 2007.12.10 - I'm working on the build system (win/linux). svn checkout then make all will be the way to build jslibs (see building jslibs).
  • 2007.12.05 - Many memory leaks have been fixed.
  • 2007.11.13 - I've noticed some memory leaks in jslibs and I am fixing them.
  • 2007.11.07 - An interesting French tutorial to jslibs is hosted at http://kbok.free.fr/wordpress/?cat=4
  • 2007.10.28 - If you use firefox, try my javascript online evaluator.
  • 2007.08.27 - A new devsnapshot that includes jsfastcgi module is available in the download section.
  • 2007.08.14 - FastCGI API documentation is ready.
  • 2007.08.12 - see the FastCGI example at the end of this page. BTW, the site has totaled 5000 visitors !
  • 2007.08.09 - FastCGI implementation is finished! a snapshot will be released soon.
  • 2007.08.08 - jslibs is 1 year old.
  • 2007.08.03 - Subscribe to the jslibs group to keep up on events.
  • 2007.08.02 - jsode (Open Dynamics Engine wrapper) module is available for download here.
  • 2007.08.01 - A new devsnapshot is available here. It provides the latest binaries of jslibs modules and executables.
  • 2007.07.26 - Threadsafe support has been enabled. Now, jslibs can be used in a multithreaded environment.
  • 2007.07.16 - Vision Factory is about to use jslibs to extend its scripting capabilities.
  • 2007.07.11 - Now you can add comments to the wiki pages.
  • 2007.07.03 - Work on jsprotex is going quite well.
  • 2007.06.06 - New jslibs module: jsprotex ( procedural texture generator ).
  • 2007.05.13 - I started to port jslibs under Linux. ( see Status page ).
  • 2007.05.03 - 3000 unique visitors !
  • 2007.04.27 - API: Support of UDP socket in jsnspr Socket class.
  • 2007.04.25 - Don't forget to visit the Javascript language Tips & Tricks page. If you have some interesting tricks, contact me.
  • 2007.04.15 - 2000 unique visitors ! Thanks for your interest in the jslibs project !
  • 2007.04.16 - A Buffer class has been added to the jsstd module.
  • 2007.04.12 - A new module was added : jsfastcgi. The aim of this module is to manage FastCGI protocol. see the HOWTO about this.
  • 2007.03.29 - I need feedback about jslibs. Please tell me what you think about it.
  • 2007.03.02 - A new devsnapshot is available. It features the 'configurable systray shortcut launcher'
  • 2007.02.28 - A simple example of jswinshell usage: A configurable systray shortcut launcher ( at the end of this page )
  • 2007.02.27 - jswinshell is still in progress, and first tests are quite interesting. I will release a devsnapshot soon.
  • 2007.02.23 - A new scripting host is available for windows. jswinhost run scripts without any console window.
  • 2007.02.14 - I am working on a new module jswinshell that wraps some useful windows shell functions. Systray is the first class of this module.
  • 2007.02.12 - A new devsnapshot that contains all modules + jshost.exe is available for download: devsnapshot-2007.02.12.zip
  • 2007.02.11 - False alarm, everything works fine.
  • 2007.02.09 - It seems that some people have troubles with the jslibs demo (nothing happens). I'm working on a fix ...
  • 2007.02.06 - jsircbot version 0.1 has been released.
  • 2007.02.01 - New 3D code snippet using OpenGL wrapper at the bottom of this page. See Screenshots.
  • 2007.01.29 - New jslibs devsnapshot (link).
  • 2006.12.20 - First release of jslibs. This version introduce a minimalist web server written in Javascript. This server supports: GET method, deflate, chunks.