Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Introducing Dolphin-SDL, available on Github

38 views
Skip to first unread message

Joe Betz

unread,
Dec 22, 2023, 11:54:31 PM12/22/23
to
https://github.com/JBetz/Dolphin-SDL

Dolphin Smalltalk language bindings to to the Simple DirectMedia Layer (SDL) library.

You might want to use Dolphin-SDL if:

* You prefer Dolphin over other Smalltalks but don't want to be tightly coupled to Windows and the Win32 API. Building on top of SDL means that you can build your application in Dolphin, and then port to another Smalltalk without having to rewrite the window management, input handling, and rendering layer.
* You want to build custom widgets and are running into performance issues with GDI+, but don't want to give up on the advantages it has over GDI. SDL provides hardware-accelerated 2D graphics with alpha blending, so you get the best of both.
* You're looking forward to SDL3's planned GPU API for 3D graphics and want to build 3D widgets or games with Smalltalk when it's ready.
0 new messages