https://github.com/kasworld/go-sdlgui
SDL GUI library for golang
https://github.com/kasworld/go-sdlgui
Last synced: about 1 year ago
JSON representation
SDL GUI library for golang
- Host: GitHub
- URL: https://github.com/kasworld/go-sdlgui
- Owner: kasworld
- License: apache-2.0
- Created: 2015-02-20T03:14:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T06:31:45.000Z (over 8 years ago)
- Last Synced: 2025-04-03T19:38:50.767Z (over 1 year ago)
- Language: Go
- Size: 2.58 MB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sdlgui
SDL2 base GUI package for go
Based on veandco's sdl2 binding
It's very early stage and has very little UI controls but usable.
(separated from goguelike client )
See example directory for sample usage.
# Requirements
changed to use forked version of
https://github.com/veandco/go-sdl2
use
"github.com/kasworld/go-sdl2/sdl"
## korean discription
http://kasw.blogspot.kr/2015/02/go-gui.html
## Requirements2
"github.com/kasworld/idgen"
"github.com/kasworld/log"
"github.com/kasworld/quadtree"
"github.com/kasworld/rect"
"github.com/kasworld/htmlcolors"
## Requirements for example
"github.com/kasworld/actionstat"
"github.com/kasworld/htmlcolors"
"github.com/kasworld/log"
"github.com/kasworld/go-sdlgui"
![analogueclock screenshot]
(https://github.com/kasworld/go-sdlgui/blob/master/example/screenshot.png)
![analogueclock screenshot]
(https://github.com/kasworld/go-sdlgui/blob/master/example/hangulscreenshot.png)