GLBasic forum

Main forum => Off Topic => Topic started by: MrTAToad on 2015-Jan-07

Title: BallZ SDL2
Post by: MrTAToad on 2015-Jan-07
This is the SDL2 converted game, based on the GLBasic version.  It is available here : https://onedrive.live.com/redir?resid=DD5B5E7788984419!9734&authkey=!AAIRfak329C4Qhw&ithint=file%2czip (https://onedrive.live.com/redir?resid=DD5B5E7788984419!9734&authkey=!AAIRfak329C4Qhw&ithint=file%2czip)

Title: Re: BallZ SDL2
Post by: Schranz0r on 2015-Feb-17
looking good!
SDL2 is great for 2D  :good:
Title: Re: BallZ SDL2
Post by: mentalthink on 2015-Feb-17
I try to use under Wine 1.7 but don't works fine  :( , the "cool thing" it's appears a console like Ms-Dos given all happening when load the game... I think will be something with SDL2 in Ubuntu or Wine...

I try later on VirtualBox  ;)
Title: Re: BallZ SDL2
Post by: MrTAToad on 2015-Feb-27
If I remember correctly, I set the rendering system to DirectX (rather than let SDL2 choose it for me) - which could explain why that is happening.

I did that, as when using OpenGL and switching between fullscreen and window mode, the background tiles weren't being displayed correctly.  However, that was before I added in a function to detect lost graphics...

SDL2 is good!