Skip to content

rephorm/Go-SDL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is an improved version of 0xe2-0x9a-0x9b's Go-SDL.

The improvements/differences are:

Known issues

The re-designed audio system supports only signed 16bit samples, but writing the others is as easy as a copy/paste.

Installation

Make sure you have SDL, SDL-image, SDL-mixer and SDL-ttf (all in -dev version).

Installing libraries and examples:

go get -v github.com/neagix/Go-SDL/sdl
go get -v github.com/neagix/Go-SDL/sdl/audio

Credits

Music to test SDL-mixer is by Kevin MacLeod.

About

Go bindings for SDL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.2%
  • C 1.8%