Dark Bit Factory & Gravity

GENERAL => Projects => Topic started by: KrazyK on March 12, 2024

Title: The Ah Yeah! screen
Post by: KrazyK on March 12, 2024
Another mindbomb demo screen remake.
Thanks to STos for ripping the font for me. Cheers.
The small scrollines sines aren't quite as good as they should be but it's as close as I can get for now.  Might come back to it at a later point though.

Ps. I haven't forgotten about posting the code for my other stuff.
I hope to have 3 more sources uploaded by the end of this week in the Purebasic section.

[Edit] I've now got the correct sine table after a bit of 68000 code manipulation and dumping.
Will repost the new version later.
Title: Re: The Ah Yeah! screen
Post by: STos on March 16, 2024
You're on a roll sir, nice!

P.S. Do your user libraries have source too? ;)
Not really familiar with PureBASIC, could a Linux version be possible without the user libraries?
Title: Re: The Ah Yeah! screen
Post by: KrazyK on March 16, 2024

Not really familiar with PureBASIC, could a Linux version be possible without the user libraries?

Absolutely. The libraries are written in Purebsaic for Purebasic and are just a collection of standard PB functions image and sprite functions.
If you're familiar with SDL and Raylib then that would be the way to go for you and convert the code.
The chipmusic can be easily converted to a standard WAV, MP3, OGG etc too.