An open API service indexing awesome lists of open source software.

https://github.com/asterite/crystal-sdl


https://github.com/asterite/crystal-sdl

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

crystal-sdl
===========

Better Crystal bindings for SDL.

**NOTE**: You **MUST** recompile Crystal **without** the native SDL bindings, otherwise **segfaults will occur**. Simply remove the SDL files from a fresh clone of the Crystal source code and compiling should be enough.

# Samples:

* test - Recommended minimum for working with SDL in Crystal.

* beachball - PyGame inspired sprite demo for a beachball image bouncing against the edges of the window.

* tetris - PyGame inspired tetris clone.