Featured Projects
XEOS
XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99 parts).
Its main purpose is educationnal, and to provide people interested in OS development with a clean code base.
XEOS is currently under development, and no release date has been set yet.
XSFoundation
The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities, reflection, runtime environment, polymorphism, exceptions, and basic objects.
It's purpose is to be integrated in the XEOS Operating System, once its C standard library will be complete.
OpenCV - iOS
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.
This project is a port of the OpenCV library for Apple iOS. It includes two XCode projects: one for iPhone, the other one for iPad.
Magic MakeFile
As it name implies, the Magic Make File is a set of GNU make files, to help developers to build their projects.
It's main purpose is to be much simplier to use than the GNU AutoTools.
It's currently compatible with the the C, C++ and Objective-C languages, but can be extended to support any other language.
MEMDebug
MEMDebug is a C library allowing to trace, inspect and debug the dynamic memory allocations inside a C program.
Obj-C Extended Log
A replacement library for the built-in NSLog() function, from the Apple Core Foundation framework.
BrainDead
An interpreter for the BrainFuck programming language, written in C, that can be run in interactive or non-interactive mode.