Skip to content

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

License

Notifications You must be signed in to change notification settings

JBetz/Dolphin-SDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dolphin-SDL

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

Why Dolphin-SDL?

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 video games with Smalltalk when it's ready

Getting Started

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published