Karl Fleischmann
Karl Fleischmann
First of all: Thank you for your work. It was the main reason I changed to using hyper full time. 🙇 😄 ## Description The highlighting color of specific elements...
Add compilation parameters to select enabled display servers. This commit prepares the sokol header's wayland-support feature. The new parameters are: - `wayland` (false by default), and - `x11` (true by...
Dear community. Thanks for bearing me while I tried my best to maintain this plugin as long as I did. Unfortunately I am not able to focus on this project...
See #36 for further discussion around this topic. [luochen1990/rainbow](https://github.com/luochen1990/rainbow) injects styles on runtime to highlight matching parenthesis and/or blocks in the same colors. This leads to issues with static highlighting,...
Hello, after some effort to understand the (basic) in-n-outs of how to setup a wayland-client I embarked on adding support for wayland for the sokol_app.h header lib. I just started...
Emoji (I heard) is the new way of communicating with younger audience. This commit tries to broaden the reach of this project by targeting younger people.
Add compilation parameters to select enabled display servers. This commit prepares the sokol header's wayland-support feature. The options are: - `disable_x11`, and - `disable_wayland`. And can be used via `-d:disable_x11`...
I am preparing the sokol nim-bindings for the wayland-feature, and stumbled about duplicate link-libraries when running the examples. These are due to `src/sokol/gfx.nim` duplicating them. This PR removes them, and...