Skip to content

kasworld/sdlclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sdl gui tcp client for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages