Robert Winkler
Robert Winkler
I mention it in both the main README TODO list and the demo [README description](https://github.com/rswinkle/PortableGL/tree/master/demos#cubemap). Basically the sky wobbles when you look around but is fine when you move. Most...
It's based on the old 1.2 backend as you can see in my commits. It doesn't clash with the other pull request/issue currently open (which is sdl_native) and the old...
I made this for myself it working on my own Nuklear projects and also to help me understand how the various styles work and interact. I think it (and the...
This is probably something really dumb on my part but hopefully that means the fix is easy and I just couldn't find it Googling. So I'm trying to package my...
I'm just going to use this project to learn/experiment with the issue tracker and other github features I've never used
``` -- Sure, if this is what you mean. function polyval (p, x) local sum, pow = 0, 1 for _, a in ipairs (p) do sum = sum +...
Just ran into this. Confirmed it by adding the flag to a group in the overview demo. The window scrollbar disappears but the group scrollbar does not. I don't see...
This pull request does a few things: 1. Adds support for INSERT/REPLACE/RESET key inputs to all backends (except rawfb). Despite INSERT and REPLACE being treated as separate keys by Nuklear,...
My question could apply to any window/group etc. though I'm specifically dealing with list views. I have code that lets the user navigate through the list with the keyboard and...