Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
0XDE57 created a branch on 0XDE57/gdx-doublemath
main - Double Presicion Delaunay, Geometry and Polygon math utilities for libgdx
0XDE57 created a repository: 0XDE57/gdx-doublemath
https://github.com/0XDE57/gdx-doublemath - Double Presicion Delaunay, Geometry and Polygon math utilities for libgdx
0XDE57 pushed 1 commit to master 0XDE57/SpaceProject
- Double Precision!!!! -double double double double double double double double -thank you Tet! 1ee3cda
0XDE57 pushed 1 commit to master 0XDE57/SpaceProject
- misc cleanup -decrease drag radius and marker -simplify renderToFile(), only need to re-render if transparent. -fix ... 4bf370d
0XDE57 reopened an issue on 0XDE57/SpaceProject
broken origin: item drop not centered
item drops for asteroids are not centered, they spawn off center. problem was wrong origin for box2d body vs point (highlighted green is correct center origin, highlighted purple is incorrect off-...0XDE57 created a comment on an issue on 0XDE57/SpaceProject
>꧁TEttinger, the Temptation꧂: 126.60693f and 128.60693f have different exponent bits -- so different levels of precision...
0XDE57 pushed 2 commits to main 0XDE57/DelaunayBugRepro
0XDE57 closed a pull request on 0XDE57/DelaunayBugRepro
Show a maybe-working double version.
I have no idea if this actually works because we haven't figured out where the problem is in floats... The sample points do work, maybe because they have too few digits to risk imprecision when ...0XDE57 created a comment on an issue on 0XDE57/SpaceProject
its not my fault (this time!) it's in the triangulator: https://github.com/libgdx/libgdx/issues/7487
0XDE57 opened an issue on libgdx/libgdx
Broken Edge cases in DelaunayTriangulator.computeTriangles()
Hello! I found some broken edge cases in the Delaunay Triangulator: DelaunayTriangulator.computeTriangles() #### Issue details These coordinates (xy pair as csv): 281.99274,473.00427,481.97...0XDE57 created a repository: 0XDE57/DelaunayBugRepro
https://github.com/0XDE57/DelaunayBugRepro - bug in libgdx delaunay triangulator
0XDE57 pushed 1 commit to master 0XDE57/SpaceProject
- secondary triangulation graph to visualize centroid -fix drag swapping points with another one when too close!!! -wa... d7c076f
0XDE57 pushed 1 commit to master 0XDE57/SpaceProject
- copy paste -draw all centers (hints) on highlight -test black and white voronoi colors palette -fix highlight when v... affded6
0XDE57 pushed 1 commit to master 0XDE57/SpaceProject
- highlight triangle info debugger! -display points and selected centroid on mouse over! -add escape control 9fb5ace