Richard Eakin
Richard Eakin
Hi, sorry if I missed this when I browsed your demo code, but I can't figure out how to set the height of a plot. Ideally I'd be able to...
Trying to run "Tutorial 20 - Mesh Shader" here and it works on Vulkan but not DX 12. `dxdiag` reports that my graphics card supports DX Feature Level 12_2 and...
Hey Simon, I've been using this block for a couple months now and it has been serving me well, thanks for this contribution! I think I've hit something that I...
This updates Dear ImGui sources to v1.89.8, docking branch. Also hoping to get a consensus on what branch people would like to see in the master repo. Personally, I think...
Moved over from #1481. Most are resources that need to be added to the sample projects. Need to test on both linux and Mac OS X. Samples needing to be...
I believe this is our last dependency on boost for toolsets that contain `` and `` (almost all of them). Many of us have stopped using it already in favor...
This is affecting any platforms using the FreeType impl of `ci::gl::TextureFont`. You can see how the vertical alignment is different in the TextureFont sample by adding these two lines [here](https://github.com/cinder/Cinder/blob/master/samples/TextureFont/src/TextureFontApp.cpp#L97):...
Now that https://github.com/cinder/Cinder/pull/2007 is merged, you no longer need submodules on linux builds, and they can also cause header mismatch confusion, so we should remove the `--recursive` argument from git...
I have a secondary monitor that is oriented as "Landscape (flipped)" (due to its cable arrangement) that is having an issue in cinder apps alone since a recent(ish) Windows 10...
_From @richardeakin on August 31, 2015 3:59_ Other than many samples using resources so they can reference a file in the main samples/data folder, many real-world applications are setup to...