Wednesday, March 26, 2014

Please test the new SDLU.framework

About two weeks ago I added 'frameworkbuild.sh', which would build SDLU.framework under Mac OS X. This script suffered from a few issues, like building the library on the fly and depending on some hard-coded stuff.

Recently, I moved this functionality into the CMake build system, by adding an extra option BUILD_FRAMEWORK. Please test this out and report any bugs in the issue tracker.

-- Aggelos Kolaitis

Wednesday, March 12, 2014

Development update

The last few days I had to concentrate on my studying, so I've had little time for development. However, I'm currently in the process of writing a basic SDLU_ComboBox API. It will be added as soon as its completed (well, as soon as it works).

-- Aggelos Kolaitis

Sunday, March 2, 2014

Some special care for Mac OS X

Good news, Mac OSX users!

Yesterday I finally got my hands on a Macbook Pro (god, that retina is soooo great!). This allowed to actually test SDLU under Mac OS X. Several bugs in the build system for Mac OS X have been fixed, the iOS port actually works (with Xcode support!), and the tests run smoothly! If you had encountered any problems before, please update to the latest version from bitbucket.

-- Aggelos Kolaitis