I’m in.

Yep I am again in the Compo. This is my third time taking part in the Compo. This time I will not try to join the Jam, because last time my Compo programming time was just about 5 hours and my graphics artist for Jam did not deliver.

I am not sure yet which language I will be using C++ or Go. That is to be seen.

This time I will be compiling for Windows, because now I have the ability to virtualize Windows on top of my Arch Linux development box and I have set up development environment in virtualized Windows 7.

Even though I am not sure which programming language I will be using I am certain that I will be using Simple Fast Media Library.

Comments

arif
30. Nov 2014 · 16:58 UTC
hi,
marwenazouzi
30. Nov 2014 · 17:21 UTC
I develop on Linux using C++ and SFML. In order to release for Windows, I compile my code on a Windows virtual machine using CMake. I use MinGW though..