- Notifications
You must be signed in to change notification settings - Fork31
A pure Kotlin UI framework for the Web and Desktop.
License
nacular/doodle
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Doodle helps you create beautiful, modern apps entirely inKotlin. Its render model is intuitive yet powerful, making it easy to achievecomplex UIs with pixel level precision and layouts. This simplicity and power applies to everything from user input to drag and drop. Doodle lets you build and animate anything.
Start creating your app for Web and Desktop; just define your View hierarchy and business logic, and go.
card.mov
importio.nacular.doodle.application.Applicationimportio.nacular.doodle.application.applicationimportio.nacular.doodle.core.Displayimportio.nacular.doodle.core.plusAssignimportio.nacular.doodle.core.viewimportio.nacular.doodle.drawing.Color.Companion.Blackimportio.nacular.doodle.drawing.textimportorg.kodein.di.instanceclassHelloWorld(display:Display): Application {init { display+= view { size= display.size render= { text("Hello, world!", color=Black) } } }overridefunshutdown() {}}funmain() { application {HelloWorld(display= instance()) }}
Check out thedocumentation site for more details and examples. You can also find helpful tutorials atdoodle-tutorials.
Doodle is still under active development, so there are going to be gaps and bugs. Please reportissues, and submit feature requests.
You can also join the discussion on the#doodle Kotlin Slack channel. Go tohttp://slack.kotl.in for instructions on getting an invitation.
Let us know what you think by leaving a comment or a star ⭐️.
About
A pure Kotlin UI framework for the Web and Desktop.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.