Thraidh

Results 6 issues of Thraidh

I'd like to have filters that support closures in general or specifically `map(code)` and `filter(code)`. That would allow me to write: ``` {{ listOfStrings | filter(not it.isEmpty()) | map('['+it+']') |...

Many models are using merged meshes, that actually comprise multiple meshes which represent the base and moving parts. Those are represented as skinned meshes where the individual parts have different...

Feature

glTF is a well-documented standardized text-based 3d asset format (see https://www.khronos.org/gltf/, scroll down to "Resources"). It is probably easier to implement than FBX, which is officially not even a public...

Feature

## Problem Statement I have a project with many topics and services. When translating the customer requirements into tasks, I usually go top-down, which leads to tasks like this: -...

enhancement
needs concept and/or ui spec
low priority

According to the documentation `NuProcessBuilder.start` should return `null`, if there is an immediately detectable launch failure. Unfortunately (at least on Linux) it does not. The problem is `LinProcessFactory.createProcess`, where ```...

`NuProcessBuilder` has `setCwd`, but after it is set, it is not possible to retrieve that value anymore. A use case would be to print the contents of the `NuProcessBuilder` for...