Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User guide/Documentation #33

Open
ky8585 opened this issue May 8, 2020 · 1 comment
Open

User guide/Documentation #33

ky8585 opened this issue May 8, 2020 · 1 comment

Comments

@ky8585
Copy link

ky8585 commented May 8, 2020

Despite two years have passed since the moment when this problem had been outlined for the first time, there is still no documentation.
I'm a newbie to both Kotlin|NAtive and GUI.
I found that I simply cannot do even the simplest things without documents.

Can anybody assist me in providing at least full-functional (and not few simple samples) examples of coding GUI using libui?
I need to build a very simple application:

  1. Initialize window
  2. Initialize menu
  3. Input several common project data (the algorithm is to check the input and do not allow incorrect data)
  4. Output these data to the screen
  5. Switch to the next screen
  6. Input several particular project item data
  7. Output them to the table on the screen
  8. Perform calculations.
  9. Switch to the next screen
  10. Output the results to the screen
  11. Calculate one more version?
  12. If Yes - goto 6
  13. If No - do nothing

Thank you.

@ESchouten
Copy link

ESchouten commented May 11, 2020

I am a new user aswell, but this is my take on it

Basic application:
https://github.com/msink/hello-libui

Official LibUI repository:
https://github.com/andlabs/libui

Documentation for Golang bindings:
https://godoc.org/github.com/andlabs/ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants