r-lyeh

Results 44 comments of r-lyeh

v1.03 Update ![image](https://user-images.githubusercontent.com/35402248/55491445-c6330a80-5635-11e9-9147-4170d373918e.png) ```C++ // ImGui Bezier widget. @r-lyeh, public domain // v1.03: improve grabbing, confine grabbers to area option, adaptive size, presets, preview. // v1.02: add BezierValue(); comments; usage...

I hereby multi-license all my snippets and/or contributions to this repository as public domain, mit-0, 0-bsd, unlicense and wtfpl2. choose whichever you prefer :D

Hey @gmit3. Hmmm... I mirrored this repo before @alextretyak (ltalloc's author) moved his repository on github. There are a few new commits ahead in the official repo, which we're lagging...

Pinging also @jlaumon for awareness, as he did some improvements & fixes sometime ago

Hey thanks for the heads up. PRs are always welcome. I merge often as much as I can. Dont hesitate to work as needed :)

Hello @yvoinov I'll take a look thx

hey guys. I also think that you should profile as first step, then tweak everything and see what happens as YMMV :) Personally, I would only tweak CHUNK_SIZE

1. The number of viewports is fixed during dragging. It only changes when dropped. 2. No, I can't reproduce with example application. However, I have the root dockspace enabled whereas...

Nvm the time degradation, I just happened on a fresh launch. I just found out that viewport creation is always deterministic (it always happens when dropping outside the main client...