-
It would be great if some sample code were provided that showed usage. I can run the tests but the syntax and underlying structures seem rather different than the original library... I spent a few hou…
-
Forests and other objects may be mapped as relations in OSM.
A relation can be used to map any combination of
* simple polygons
* polygons with one or more holes
The problem is that a hole (or…
-
We need to add support for Arbitrary Paths in WebGL. Currently this is done through rasterization of the path to a canvas texture, but I think we can do better.
In #146, @jonathanolson & @samreid ha…
-
I would say that the most general version of flat geometry consists of a bunch of polygons where edges are glued by projective transformations of R^2, that is PGL(3)-structures (this is even more gene…
-
I’d like to encourage you to split your truly excellent work in two separate projects.
1. jsketcher as the UI
2. javascript based solid geometric modelling kernel
What you have develop looks aw…
dkipp updated
4 years ago
-
I wanted to test out some new georust/geo features in the context of abstreet, and consequently I've been spelunking in abstreet::geom.
I ran into some inconsistencies while trying to roundtrip som…
-
Hello, I find this proposal really interesting. Where could I find a working example? How can I run it using Windows? The classes you're using like "PolyLine" are the ones from Ferreira's code? I feel…
-
LINE_STRIPS, TRIANGLE_STRIPS and TRIANGLE_FANS do not appear to be supported.
Suprisingly, [Converter Limitations Wiki](https://github.com/KhronosGroup/COLLADA2GLTF/wiki/Converter-Limitations) does…
-
Hello! First of all, big shoutout for your work from Ukraine! I like the way you organised the library, but I have couple of questions.
Now, as a test assignment in order to understand quirks & fea…
-
Just one thought amongst many, use of polyclip example:
``` r
set.seed(1)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 10 random points
#~~~~~~~~~~~~~~~~~~~…