Search found 296 matches

by Johan Kårlin
Sun Aug 25, 2024 2:19 pm
Forum: Development Tools
Topic: X16PngConverter - now for Windows, Linux and macOS
Replies: 12
Views: 12881

Re: X16PngConverter - now for Windows, Linux and macOS

Please correct me if I have this wrong, but it seems I have a use-case that is unachievable. For example: If I have VERA Layer 0 set to 16x16 tiles @2BPP, the expected data size for a single tile is 64 bytes. I have tiles with 2 colors, but the tool doesn’t account for my chosen 2BPP depth, and wil...
by Johan Kårlin
Sat Jul 27, 2024 12:56 pm
Forum: Development Tools
Topic: X16PngConverter - now for Windows, Linux and macOS
Replies: 12
Views: 12881

Re: X16PngConverter - now for Windows, Linux and macOS

No, it is not necessary. The colors of the PNG image will be converted to X16 colors, in other words the 8-bit values (0-255) will be approximated with the closest 4-bit value (0-15). Have a look at the example in one of the screen dumps that I have attached in the first post in this thred. There yo...
by Johan Kårlin
Tue Jul 02, 2024 4:54 pm
Forum: Development Tools
Topic: X16PngConverter - now for Windows, Linux and macOS
Replies: 12
Views: 12881

Re: X16PngConverter - now for Windows, Linux and macOS

Thanks for pointing this out. Yes it is an unnecessary restriction, especially when considering the existence of GRAPH_Draw_Image. I will change it in next version.
by Johan Kårlin
Mon Jul 01, 2024 3:43 pm
Forum: Development Tools
Topic: X16PngConverter - now for Windows, Linux and macOS
Replies: 12
Views: 12881

Re: X16PngConverter - now for Windows, Linux and macOS

X16PngConverter has become a cross-platform application. It now supports Linux and macOS, not only Windows.
by Johan Kårlin
Mon Jul 01, 2024 9:56 am
Forum: Works In-Progress Discussion
Topic: Trying to get X16PngConverter to work on Linux and macOS
Replies: 4
Views: 1238

Re: Trying to get X16PngConverter to work on Linux and macOS

Many thanks, I really appreciate you took time to test it and also your feedback. It seems that I have understood right how to compile for different systems in Visual Studio. The executable is so big because it is a self-contained .NET program. This means that the .NET runtime and needed libraries a...
by Johan Kårlin
Sun Jun 30, 2024 8:07 pm
Forum: Works In-Progress Discussion
Topic: Trying to get X16PngConverter to work on Linux and macOS
Replies: 4
Views: 1238

Trying to get X16PngConverter to work on Linux and macOS

I am updating my tool X16PngConverter, a .NET application for Windows. Before, I have depended on the System.Drawing, a class library that is only supported on Windows. Now, I use ImageSharp instead, which is a cross-platform library. If I get things right, I have successfully compiled macOS and Lin...
by Johan Kårlin
Mon Apr 01, 2024 2:29 pm
Forum: Games
Topic: Mine Rescue
Replies: 9
Views: 6275

Re: Mine Rescue

Raven67854 wrote: Sun Mar 31, 2024 3:28 am Mind if I add this game to the BBS as well?
Not at all! You're doing a great work with the BBS : )!
by Johan Kårlin
Mon Mar 25, 2024 7:58 am
Forum: Games
Topic: Rally Speedway
Replies: 19
Views: 8919

Re: Rally Speedway

Raven67854 wrote: Mon Mar 25, 2024 1:12 am This is a lot of fun. Mind if I upload this to my BBS? Or you are welcome too if you'd prefer.
No, I don’t mind at all. I am just glad you find it enjoyable and want to share it with others.
by Johan Kårlin
Sun Mar 24, 2024 8:31 pm
Forum: Games
Topic: Mine Rescue
Replies: 9
Views: 6275

Re: Mine Rescue

V 1.0.1 has been released. The only change is that the increase in speed after walking a certain distance, is removed. You can still fly at a lower and a higher speed though. The fastest way to move is still falling down a shaft ...
by Johan Kårlin
Sun Mar 24, 2024 8:19 pm
Forum: Games
Topic: Rally Speedway
Replies: 19
Views: 8919

Re: Rally Speedway

V 1.5.5 has been released. The only change is that the game is now using ZSMKit instead of ZSound. This is to make sure that it will work with both the YM2151 and the YM2164 sound chip.