Page 1 of 1

LibSGD with Purebasic

Posted: Mon Dec 16, 2024 9:16 pm
by mpz
Hello,
It is with great regret that I have to announce the death of Marc Sibley. I bought his first program Blitzbasic on the Amiga in the 80s. At that time there was only Turbobasic on the PC without any graphics, brrr. Before I came to Purebasic, I had later worked with Blitzbasic 3D on the PC. My dream was always to use the Blitz3D graphics functionality with Purebasic, which I finally had with the LIBSGD. But then this happened with Marc. I joined the forum 2 weeks to late and had no possibility to chat with Marc anymore. :(


Future:
And now the users of libSGD are trying to find a solution. I have created a new dll version 0.18 with the source code and will publish this version with new examples under my github account.
- My problem is just to create a unicode version and maybe even a static lib version out of it.

A fully compilable version 0.18 is available here
https://github.com/blitz-research/libsgd/tree/develop
So if you want to help and have a clue, you are very welcome...

Welcome to LibSGD
LibSGD is a simple game development library that provides a high level, easy to use 'scene graph' style API for writing games and apps.
https://github.com/blitz-research/libsgd

I have adapted the version libSGD v0.17 for Purebasic and also provided the assets files for download. Have fun with it
https://github.com/MPzCodes/LibSGD

Greetings
Michael

Image
Image
Image

Re: LibSGD with Purebasic

Posted: Mon Dec 23, 2024 8:52 pm
by skinkairewalker
awesome <3
I have already started the tests