Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Nim KDialog wrapper for super easy GUI.
License
NotificationsYou must be signed in to change notification settings
juancarlospaco/nim-kdialog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
import kdialogecho yesno"Love Nim?"echo yesnocancel"Is Nim Awesome?"echo warningyesno"Update Nimble index!"echo warningcontinuecancel"Nimble is Up-to-date!"echo warningyesnocancel"Contribute to Nim today?"echo sorry"We got no Interfaces..."echo error"Your Nim does not compile!"echo newpassword"Enter some Password here"echo getcolor"Which is the best color?"echo calendar"When is the next eclipse?"
All Dialogs are pre-parsed into proper Nim Types!.
- The Color Picker returns a
Color
type fromcolors
module. - The Date Picker returns a
DateTime
type fromtimes
module. - Boolean, integer or string are returned when fits.
- This is oriented to newbiews, teaching programming classes, hackattons, etc.
- KISS principle, easy to use, simple API, Nim need GUI, this is~32Kb compiled.
- KDEs Documentation works for this module since its 1:1 clone. Has builtin Examples.
- The idea is to help people move from procedural Bash to Nim with GUI.
- I tried using dialog, whiptail, they both fail because kinda buggy.
- I tried using xdialog, gdialog they both fail, mostly spamm polluting output with useless GTK warnings.
- KDialog and Qt5.
- Nim and Nimble.
nimble install kdialog
About
Nim KDialog wrapper for super easy GUI.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published