-
When running MeshAdapt with quadratic triangles, I get the following error:
```
mesh->getType(e) == apf::Mesh::TET failed at /users/creanj/lore/build/core_simmetrix/ma/maShapeHandler.cc + 63
s…
-
I did some research on vector tiles in [VectorTileToBitmapRenderer](https://github.com/OsmSharp/VectorTileToBitmapRenderer). To add basic vector tile support to Mapsui we need:
- Add a VectorTileLa…
-
I hope on using DART for simulating the gaite of laminated robots. While DART solves the joint values almost perfectly, the mesh collision is really terrible. I suspect that some of these meshes are s…
-
Perhaps quite low down on the list of nice features but it would be great if the BREP support allowed an optional removal of duplicate surfaces and use of virtual surfaces (also called imprinting and …
-
Hello,
What do you think about a TextDocument model for text items ? It would separate the view from the model so we can manipulate complex texts outside a UI item.
As always, while writing th…
-
The original (2016) specification provides static (non-animated) vector graphics.
It might be nice to extend the file format (in a backwards compatible way) to support animated vector graphics. I d…
-
I am importing react-globe.gl as an ES6 modules on Meteor as a fullstack platform.
If I want to customize the globe, I have to import THREE as well, like this:
```js
import THREE from 'three';
…
-
Example [in Sandcastle](https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/#c=jVbbbuM2EP2VgV9W7mplObc2jhM0cLK9IBcjTvelLgpaGkdEKFJLUk6zi/x7hxQly9mmWMMQKXKuZw6H2jANG45PqOEUJD7BDA2vy+STX4veZf51pqRlXKJ+F8P…
-
https://github.com/JuliaGraphics/Gtk.jl/blob/master/src/GLib/signals.jl#L167
Julia 0.6.1, linux, gdb stack trace:
```
julia>
Thread 1 "julia" received signal SIGSEGV, Segmentation fault.
__GI___…
-
How would I go about adding an eraser button that erases only where you move the mouse, like a traditional eraser 'brush'?
Additionally I don't understand yet how js-draw implements events, or how …