Richard Gill

Results 29 comments of Richard Gill

One solution would be to degrade gracefully for each of the two points (configuration and data) : * First check command line arguments * If not specified, check and load...

I have never built hydrogen, and it seems I am missing some parts on ArchLinux (although dev packages are always included). I get: no rule to make the target "translations"....

I could build using my own build script, and it works. All data are transferred in the locations defined by XDG variables : * $HOME/.config/hydrogen.conf * $HOME/.local/share/hydrogen : content of...

> is the data OK, or have you paths in some xml files that still reference the old path ? > `grep -R 'hydrogen/data' ~/.local/share/hydrogen/` All seems ok, no reference...

So far, so good. Host is completely decoupled from elements base, so I suppose it's a matter of cmake configuration to enable a new host type from an outside project....

I had the exact same issue, working on a local domain ![Session](https://i.imgur.com/C2wbPiq.png) Rested 2.3.1 Firefox 69.0.2 / Linux

I started doing an updated backend xcb/cairo based on https://github.com/griebd/nuklear_xcb. I am pretty happy with it (I decoupled xcb and cairo so that both can be used independently, and cpu/mem...

I started a [little project](https://gitlab.com/riribreizh/nk_pugl_cairo) for a ready to use pugl+cairo backend (and optional CMake). It accepts only one font at a time, but I am at the beginning :)...

You should fork and add your implementation into the demo (I am actually doing it for another window/render set)

> Thanks for fixing that up! Looks like from this Pull Request, there's the demo/x11/nuklear_xlib.h changes too. thinking I made the test for X11 on @RobLoach fork, and while the...