https://github.com/kasworld/sdlclient
sdl gui tcp client for golang
https://github.com/kasworld/sdlclient
Last synced: 6 days ago
JSON representation
sdl gui tcp client for golang
- Host: GitHub
- URL: https://github.com/kasworld/sdlclient
- Owner: kasworld
- License: apache-2.0
- Created: 2015-02-26T10:21:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T05:32:04.000Z (about 11 years ago)
- Last Synced: 2025-10-22T09:27:25.214Z (9 months ago)
- Language: Go
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdlclient
TCP server and sdlgui client example for golang
client clock goes by server time
## requitemnts
client
"github.com/kasworld/go-sdl2/sdl"
"github.com/kasworld/actionstat"
"github.com/kasworld/go-sdlgui"
"github.com/kasworld/go-sdlgui/analogueclock"
"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueclient"
"github.com/kasworld/netlib/gogueconn"
"github.com/kasworld/runstep"
server
"github.com/kasworld/actionstat"
"github.com/kasworld/idgen"
"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueconn"
"github.com/kasworld/netlib/gogueserver"
"github.com/kasworld/runstep"
korean discription
http://kasw.blogspot.kr/2015/02/go-tcp-server-gui-client.html