-
```
The generation of vertices and mipmaps in FFTOceanSurface needs an overhaul
as the current implementation is a little ineffecient.
At the moment a vertex array is created to store all of the ver…
-
```
The generation of vertices and mipmaps in FFTOceanSurface needs an overhaul
as the current implementation is a little ineffecient.
At the moment a vertex array is created to store all of the ver…
-
I've started using Lama Cleaner recently and I've been very happy with it's results. I primarily use it to touch up AI generated images, and it's very good for removing extra limbs, fingers, backgroun…
-
- [ ] Run the template data listed in our code section and check to see accuracy of results
- [ ] Share paper links on [drivers of DO](https://github.com/mlap/neon4cast-aquatics/issues/1) and other f…
-
```
The generation of vertices and mipmaps in FFTOceanSurface needs an overhaul
as the current implementation is a little ineffecient.
At the moment a vertex array is created to store all of the ver…
-
```
The generation of vertices and mipmaps in FFTOceanSurface needs an overhaul
as the current implementation is a little ineffecient.
At the moment a vertex array is created to store all of the ver…
-
As discussed in the hackathon today, different points on the isobath have different max depths, due to the discrete horizontal grid. Currently we are just doing straight depth averaging for the correl…
-
# A Minimal Trusted Computing Base (TCB)
Authors: Joshua Lind (@JoshLind), David Wong (@mimoo)
Status: Rough draft (for discussion)
## 1. Goals of this Document:
* The **goals** of this docu…
-
In QQbar, there are currently many operations that involve recursive calls. For example, this rather simple example gives an error because the Python stack gets filled:
```
sage: a = QQbar.zeta(100…
-
Is there a way to pattern match a descendant of arbitrary depth?
I'm parsing C code and I'm trying to get all identifiers of static declarations.
Something like the following works for simple case…