I created a C library for the Atari STe that makes it easier to develop games and demos on this machine.
I also created a series of tutorial videos to show an example of creating a very basic point & click with the library.
The library support:
- Low resolution 16 colors video mode.
- Double and Triple Buffering.
- Virtual screen hardware scrolling.
- Palette Fading.
- GIF Image loading.
- Blitter sprite drawing with automatically generated transparency mask.
- Keyboard, Mouse and Joystick support.
- A Sound mixer with up to 4 channels and WAV file loading.
- A C2P function.
- A random number generator.
- A tiny libC for very small executable size.
Link to the video tutorials playlist: https://www.youtube.com/watch?v=lA8-C0i ... rKpgiIaGpn
Link to the SGDL library: https://orionsoft.itch.io/atari-ste-gam ... mo-library
Hoping that this can help people to realize their projects on the STe
