4
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix missing iterator increment (#2331) More... about 1 month ago
Path2d and Shape2d additions: basic shapes and commands. (#2325) More... 3 months ago
Adds gl::ScopedColorMask and gl::ScopedStencilMask. (#2324) More... 4 months ago
Added comparison functions for floats and doubles… (#2321) More... 4 months ago
Adds all NVIDIA Path Rendering Extension functions to the OpenGL wrapper. More... 4 months ago
Merge pull request #2314 from andrewfb/vboTriMeshBones2 More... 8 months ago
Merge pull request #2315 from paulhoux/font-outlines-fix More... 8 months ago
Fixing getBoneWeights() name (no longer getBoneWeight()) More... 8 months ago
Fix for font outlines. See below: * Outlines were hinted, causing deformations to the actual clean outline. Outlines are now unhinted. * Quadratic curves were converted to cubic curves. This unnecessarily increases complexity of the outlines and introduces extra vertices. If triangulated, these extra vertices cause extra triangles, etc. There is no need to convert quadratic curves, as they are natively supported by the Path2d class. More... 8 months ago
VboMesh::copyAttrib() respecting strideBytes More... 8 months ago
Adding TriMesh methods for boneIndices and boneWeights, considering strideBytes More... 8 months ago
Merge pull request #2312 from richardeakin/rte/Color_vec3_overload More... 8 months ago
Add missing ci::Color( vec3 ) overload. More... 9 months ago
Merge pull request #2276 from simongeilfus/imgui_external More... 9 months ago
Channel16u/Surface16u/Channel32f construction in some code paths setting a lower precision internalFormat for gl::Texture More... 10 months ago
Merge pull request #2309 from richardeakin/osc_reciever_methods More... 10 months ago
Fixing stray triangles under some circumstances for sphere prim. Fixes #1810 More... 11 months ago
Updating test/DisplayTest vcproj More... 11 months ago
decoupled AppBase usage from PlatformMsw More... 11 months ago
moved getOpenFilePath(), getSaveFilePath() and getFolderPath() impls to PlatformMsw More... 11 months ago
switch sample platform from Win32 -> x64 More... 11 months ago
Merge pull request #2307 from andrewfb/source_no_alpha_fix More... 11 months ago
Fixing issue where ImageTarget has alpha and ImageSource has none; setting target alpha to max() More... 12 months ago
Removing unused Travis config More... 12 months ago
Removing unused AppVeyor configs More... 12 months ago
Renaming vc2019-msw.yml More... 12 months ago
Merge pull request #2306 from andrewfb/github_ci_merge More... 12 months ago