Check out our Monthly Survey Page to see what our users are running.
We do often include affiliate links to earn us some pennies. See more here.

Scrumbleship 0.19 release!

By - | Views: 6,968
image
Scrumbleship the one of the succesful kickstarters we covered before has just had an updated Alpha release featuring quite a lot of changes.


One you may find interesting: We switched from SDL to GLFW, a HUGE change that will eventually allow Scrumble to function on Macs and on the open source opengl drivers. This affects how I deal with display initialization and input, among other things.


Good to see people investing time for open source drivers.
Article taken from GamingOnLinux.com.
Tags: Misc
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
3 comments

Hamish Nov 25, 2012
I appreciate the consideration, but what was wrong with their SDL code? Or am I missing something? :confused:
dirkson Nov 30, 2012
Heyo!

ScrumbleShip requires OpenGL 3.1 or better to function. This is available on most modern computers, but some (Such as the linux open source drivers and MacOS) only provide "core" support, dropping older functionality.

SDL 1.2, which we were using, is too old to understand how to request an OpenGL 3.x core context - It just grabs a 2.x context on such restricted platforms, which renders ScrumbleShip unplayable. SDL 2.0 may eventually solve this problem, but it's too buggy to be viable for a commercially released game yet.

GLFW stepped in and saved the day. It's an excellently designed library that does only what we need - Unlike SDL, whose main focus is a 2D drawing system we cannot use. I prefer the way it deals with input as well, so it's an improvement on all fronts.

Cheers,
-Dirk
Hamish Nov 30, 2012
Alright, thanks for the clarification and welcome to the forums.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.