Noah Petherbridge
a316bafb12
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. |
||
---|---|---|
.. | ||
theme | ||
button.go | ||
check_button.go | ||
checkbox.go | ||
debug.go | ||
dragdrop.go | ||
frame_pack.go | ||
frame.go | ||
functions.go | ||
image.go | ||
label.go | ||
log.go | ||
README.md | ||
supervisor.go | ||
widget.go | ||
window.go |
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.