Kevin Birk

Results 4 issues of Kevin Birk

Hello, I've been using libyojimbo for a small gamedev project. It's been great so far, however I've encountered an issue where occasionally when I call `Disconnect` I get the following...

All bucketed tiles seem to contain n-1 x/y bins rather than the correct n. This bug was been masked by a pixel indexing discrepancy in the NumberListHeatMapImageRenderer vs NumberImageRenderer. Rather...

T1 - bug
P1 - High Priority
A4 - tiling
A3 - binning

Is there a way to get `ImGui::Selectable` behavior but have the component be comprised of several other nested components? For example: ![image](https://user-images.githubusercontent.com/8975956/48383319-3e168d80-e6b3-11e8-8e59-783eda346a56.png) Where each `ImGui::Selectable` is contains an `ImGui::Image` and...

label/id and id stack

There seems to be a leftover */ on line 141. This caused a parse error when optimizing / concatenating the CSS files in bower_components. Removing it fixes the issue.