doodle/lib/ui
Noah a316bafb12 Reorganize the package layout
Move all Doodle source code into the src/ subpackage and move the
publicly shareable stuff into lib/, for example lib/ui and lib/render.

This cleans up the git root and helps make the Doodle UI library more
easily publishable as a separate open source project. Currently both
lib/ui and lib/render import one or two things from doodle/src that need
to be broken apart.
2018-12-30 14:22:50 -08:00
..
theme Reorganize the package layout 2018-12-30 14:22:50 -08:00
README.md Reorganize the package layout 2018-12-30 14:22:50 -08:00
button.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
check_button.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
checkbox.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
debug.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
dragdrop.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
frame.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
frame_pack.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
functions.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
image.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
label.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
log.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
supervisor.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
widget.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
window.go Reorganize the package layout 2018-12-30 14:22:50 -08:00

README.md

Doodle UI

This is a UI toolkit designed for Doodle but made generally available.

Ties to Break

lib/ui and lib/render both currently import doodle/src/events as their only dependency on Doodle. This module should be moved to a better common location.