So I had some free time today, and so I managed to get a Mac app for both
Struct and
Bring It Back. I'd really appreciate if someone else could test them on their computer, just to make sure I actually made them fully independent.
I also started working on getting the other projects to compile on a Mac. Would you guys be interested in Mac app bundles for them?
This would be awesome! Such appreciation would go for such a gesture. I'd like to be able to return the favour but building is not a strength of mine (I even still don't build SFML for myself).
Naw, the pleasure is mine! I just figured out how to create application bundles, and so applying to several projects in a row is definitely some good practice. I also really like the SFML Game Jams, and providing easy-to-run binaries rather than just-try-and-build-it-yourself code will hopefully generate more interest, and ultimately, higher participation.
Also, I would highly recommend you get into build systems. Cmake does wonders in terms of ease of building and cross-platform development (I used to use plain Makefiles/shell scripts, and those were a nightmare). You'll also find a lot of freedom in it too, being able to compile SFML directly from source, so you can make your own modifications too.