Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import "github.com/mebusy/simpleui"

type View interface {
	Enter()
	Exit()
	Update(t, dt float64)
}

type CustomViewIF interface {
	View
	OnKey(glfw.Key)
	TextureBuff() []uint8
    Title() string
}

simpleui.Run( your_custom_view )

About

a simple 2D glfw UI written in go

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages