English
Learning path
If you know Go, you are ready. Start with your first window, copy the complete program, and run go run . locally.
Start with these three steps
- Run a window: Install DXUI and open your first desktop window.
- Add interaction: Change a number with a button and retain text input.
- Arrange the UI: Place controls horizontally or vertically and adapt to window size.
Build a small application
Explore styles and themes for colors, spacing, and light/dark appearance. Then complete the form example to practice input, validation, and submission.
Read these when needed
- Expensive work: Background tasks.
- Additional windows: Multiple windows.
- Problems: Troubleshooting.
- Controls and examples: Component reference. Methods and parameters: API index.