- Joined
- Jun 19, 2024
- Messages
- 1
- Reaction score
- 0
Desku is a free and open-source Java Framework for developing low-code Desktop and Mobile Applications in one codebase.
Get it here: github.com/Osiris-Team/Desku
Your UI code can look as simple as this: vertical().add(text("Hello World!"))
It uses the devices' webview under the hood, meaning your Java UI code gets transformed into HTML/JS/CSS.
For more details about visit the github repo.
Get it here: github.com/Osiris-Team/Desku
Your UI code can look as simple as this: vertical().add(text("Hello World!"))
It uses the devices' webview under the hood, meaning your Java UI code gets transformed into HTML/JS/CSS.
For more details about visit the github repo.