GUI toolkit for go
Switch branches/tags
Nothing to show
Clone or download
Latest commit cc306f9 Oct 5, 2018
Permalink
Failed to load latest commit information.
_examples style editor Oct 5, 2018
clipboard compile on OSX Sep 7, 2016
command misc command queue cleanup Sep 18, 2018
internal/assets Revert "moved freetype to internal, added glyph caching" Oct 29, 2016
label "initial" commit. Aug 29, 2016
rect "initial" commit. Aug 29, 2016
style-editor style editor Oct 5, 2018
style style editor Oct 5, 2018
vendor Switch to go.mod Sep 26, 2018
DroidSansMono.ttf "initial" commit. Aug 29, 2016
LICENSE "initial" commit. Aug 29, 2016
ProggyClean.ttf "initial" commit. Aug 29, 2016
README.md Update README.md Sep 25, 2018
context.go misc command queue cleanup Sep 18, 2018
doc.go Update doc.go Oct 2, 2018
drawfillover_amd64.go implement a SIMD version of drawFillOver Aug 26, 2018
drawfillover_amd64.s implement a SIMD version of drawFillOver Aug 26, 2018
drawfillover_other.go implement a SIMD version of drawFillOver Aug 26, 2018
drawfillover_test.go implement a SIMD version of drawFillOver Aug 26, 2018
drawing.go Custom drawing for tree nodes May 24, 2018
go.mod Switch to go.mod Sep 26, 2018
go.sum Switch to go.mod Sep 26, 2018
grouplist.go add SkipToVisible to GroupList May 30, 2017
input.go better fix for scrollwheel problem Dec 31, 2017
nucular.go misc command queue cleanup Sep 18, 2018
nucular_test.go bugfix: end key when at the end of last line Jan 13, 2017
shiny.go more frame dump information Sep 18, 2018
split.go slave window docking Sep 28, 2017
strinsdel_test.go "initial" commit. Aug 29, 2016
testing.go add Lock/Unlock to MasterWindow Jul 24, 2018
text.go changed how slave windows work Dec 20, 2017
util.go Adjustable font width cache Jul 24, 2018

README.md

Mostly-immediate-mode GUI library for Go. Source port to go of an early version of nuklear.

⚠️ Subject to backwards incompatible changes. ⚠️

Documentation

See godoc, _examples/overview/main.go for a single window example, _examples/demo/demo.go for a multi-window example, and gdlv for a more complex application built using nucular.

Screenshots

Overview Gdlv