-
After reviewing the "Feature Demos" and "Neat Examples", I did not see any examples showing implicit surfaces. The specific ones I want to plot are "x=1", "y=1", and "z=1". That last one is easy becau…
-
Implicit surfaces should have the option for color maps, just as a function of X,Y,Z.
-
The behavior of segment that are edges is a bit confusing at the moment
```
sage: from flatsurf import *
sage: S = translation_surfaces.mcmullen_L(1,1,1,1)
sage: traj = S.tangent_vector(0, (0, 0),…
-
For example:
x² + y² + z² = 9
x + y + z ≥ 0
Would give one half of a sphere, cut diagonally (i.e. not aligned with any axis).
I don't know how easy or hard this would be to implement, but …
-
The [`popover` API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API) is now supported across all browsers. It would be nice to support it in JSDOM too.
---
### Basic info:
- **No…
-
In the examples (14), in JSON we have the following
```
"action": [{
"rdf:value": { "@id": "odrl:print" },
"refinement": [{
"leftOperand": "resolution",
…
-
The current Gen1/Gen2 navigators have to deal with different (implicit) navigation streams:
* surfaces and portals from the geometry
* surfaces from external sources
* target surface(s)
The pro…
-
**Describe the bug**
There are a number of places [like this](https://github.com/pydata/bottleneck/blob/c4e1582c208ca23ebbf58ea64a9a9803208bd106/bottleneck/src/reduce_template.c#L1090) where the code…
-
# PermutoSDF: Fast Multi-View Reconstruction with Implicit Surfaces using Permutohedral Lattices - Jianfei Guo
[https://longtimenohack.com/posts/paper_reading/2023cvpr_rosu_permutosdf/](https://lon…
-
Trying to coalesce a few things we've been discussing regarding making transforms more efficient.
## 1. Partial `basis.evaluate`
When calling `basis.evaluate` you should be able to specify which c…