https://github.com/asterite/crystal-sdl
https://github.com/asterite/crystal-sdl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/asterite/crystal-sdl
- Owner: asterite
- Created: 2014-07-02T14:50:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T14:52:24.000Z (almost 12 years ago)
- Last Synced: 2025-02-05T11:49:09.227Z (over 1 year ago)
- Language: Crystal
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.