Home

labs.freehackers.org hosts projects from the freehackers' team.

Currently most of them are still private, either because they are close source and will remain so (yes, we do this kind of thing), or because they are not ready to be released to a wider audience.

Latest news

Yzis: Final windows installer for 1.0-alpha1
Added by Thomas Capricelli 50 days ago

Yzis: 1.0-alpha1 released
Added by Thomas Capricelli 71 days ago

Convex Processing: 1.0-beta1 released
This is a preview of the final release.
Added by Thomas Capricelli 78 days ago

Yzis: 1.0-alpha1 to be released soon
Added by Thomas Capricelli 82 days ago

Yzis: code source moved to mercurial
Added by Thomas Capricelli 84 days ago

View all news

Latest projects

  • Vim development (06/06/2008 02:56 AM)

    Share knowledge about vim development. Sources and so on...

    Everything happens in the Wiki

  • Zeta GCC (06/04/2008 03:24 PM)

    GCC port for the Zeta architecture (Source repository).

  • Zeta binutils (06/04/2008 03:23 PM)

    binutils port for the Zeta architecture (Source repository).

  • Yzis (06/04/2008 01:37 PM)

    Yzis a vi-like editor inspired by vim. Yzis aims to be a powerful, fast editor with all of Vim's features and hopefully, at some point, more.
    In Yzis, the core editing engine is placed in a library that does not depend on any GUI library. On top of it, GUI frontends are developed. The goal is to make vi-like editing capabilities available to many graphical applications.

  • Python Mesh Viewer (06/04/2008 02:54 AM)

    Python Mesh Viewer is a very basic tool to display and play with 3D models. You can either construct them in the code (by defining points, triangles, and quads) or load them from a file. The rendering is done with absolutely no hardware acceleration (no OpenGL).