0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SDL_endian More... over 10 years ago
Added SDL_mixer and TODO list More... over 10 years ago
Exported the RGBA fields in Color More... over 10 years ago
Fixed a bug in U8To32Array() More... over 10 years ago
Renamed PixelSize() method in Surface to BytesPerPixel() More... over 10 years ago
Added method to access surface pixel data More... over 10 years ago
Added a helper function to interpret []byte as []uint32 More... over 10 years ago
Added some constants More... over 10 years ago
Use github repo for import More... over 10 years ago
Update main.go More... over 10 years ago
Added new SDL_image module More... over 10 years ago
Split KeyboardEvent into two separate types More... over 10 years ago
Made CreateWindowAndRenderer() return the two variables instead of int More... over 10 years ago
Added a couple helpers to get pixel number and size More... over 10 years ago
Added Pixels() method for sdl.Surface for access and manipulation More... over 10 years ago
Changed: Use *PixelFormat instead of unsafe.Pointer More... over 10 years ago
Fixed: incorrect W and H types in sdl.Surface More... over 10 years ago
Fixed: wrong member type in sdl.Surface More... over 10 years ago
Update README.md about documentation More... over 10 years ago
Changed the import in the example so it's easier to get started More... over 10 years ago
Updated the example main.go file. Also made Window, Renderer, and Texture use Destroy() methods rather than Destroy*() functions. More... almost 11 years ago
Temporarily comment out unsafe More... almost 11 years ago
Added partial support for SDL_log.h More... almost 11 years ago
Merge branch 'master' of https://github.com/jackyb/go-sdl2 More... almost 11 years ago
Added support for SDL_loadso.h More... almost 11 years ago
Added support for SDL_haptic.h More... almost 11 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
Added support for SDL_touch.h and SDL_gesture.h More... almost 11 years ago
Added support for SDL_gamecontroller.h and SDL_joystick.h More... almost 11 years ago
Added a missing constant in sdl_cpuinfo.go More... almost 11 years ago