nimx icon indicating copy to clipboard operation
nimx copied to clipboard

GUI library

Results 51 nimx issues
Sort by recently updated
recently updated
newest added

emscripten build requires res/OpenSans-Regular.ttf in project directory, but this is not created by init code. reproduce: ```sh $ echo import nimx/naketools > nakefile.nim $ nake emscripten ``` Expected: Compile Actual:...

I was looking at WebGL demo and EventsPriority tab looks like it contains some bug. Clicking works only once, on one button and then I can only scroll list of...

I have written some simple examples in Nimx, but it is not clear to me what kind of pattern to follow to create custom components. By this I mean: *...

See https://github.com/c-blake/hldiff/issues/1#issuecomment-682113924 & subsequent. Seems the opengl@#head goes back to Summer 2018 and there have been a great many releases since. Presumably there is one of them that would work...

After realizing in https://github.com/yglukhov/nimx/issues/429 that I needed to create debug builds, I issued `nake -d:debug droid`. It got to `BUILD SUCCESSFUL in 5s` and hanged the terminal until I ctrl+ced...

As a test, I used one of the examples: ``` import nimx / [ window, layout, button, text_field ] runApplication: let w = newWindow(newRect(50, 50, 500, 150)) w.makeLayout: # DSL...

related to the point here https://github.com/yglukhov/nimx/issues/411#issuecomment-612428557 about making CI work across dependencies, > hmm, both nimx and kiwi are under your control so could both use a CI that at...

is there a way to make a window be always on top of other windows?

Steps: 1. Open test application (run main) 2. Use Alt + Tab to display other process 3. Use Alt + Tab again to display main 4. It crashed Output in...