homeBlog | Tags | Archives | Projects | Stats | Contact

Android NDK and SDL_RWops

Jul 25, 2011

no comments
Popularity:

Note: There’s now a patch for SDL that makes the same possible on older Androids as well. The Android NDK makes it possible to use SDL to code Android apps. The aliens.c example bundled with the Android SDL port is fine and dandy except it reads data from /sdcard/data and it has to be pushed [...]

Read more...

Lossless Audio Compression

Jan 02, 2011

3 comments
Popularity:

Here’s an audio compression scheme I came up for my tracker project.

Read more...

An Alternative to XML

Feb 28, 2010

2 comments
Popularity:

XML can be overkill or simply cumbersome to edit manually for example when used in configuration files. Or, it may simply be unavailable for the preferred platform. Here’s a great alternative.

Read more...

Introducing My Latest Projects

Sep 22, 2009

no comments
Popularity:

… Or, How to Procrastinate Productively. klystrack3

I decided to make one of my current projects open source and post them on Google Code just for fun. The project is a toolchain that I’m using to remake Thrust. In reality, I decided to divide the project into two separate projects: the actual game engine and related tools, and a music editor that uses the engine.

Read more...

You Can Stop Programming Now

Sep 08, 2009

no comments
Popularity:

I’ll be deleting all my own source code since perfection has finally been achieved and there is no need for programmers anymore.

Read more...