James
James
Outside the pre-set games (where you can't customise your unit setup), it would be good to be able to save a list of custom sets, to be selected before entering...
Furthermore, since some sets are restricted based on the game mode, it would be nice if the game automatically filtered out any sets that didn't meet the criteria – meaning...
I've been investigating how to implement this feature. In my experiments, I game across [this library](https://github.com/pmndrs/react-three-flex), which uses [this library](https://github.com/vadimdemedes/yoga-layout-prebuilt) to do most of the layout work. I don't think...
@felixmariotto let me pull together a WIP demo of what I'm proposing, and I can share it on a CSB link before making a PR.
It wouldn't involve editing any of the existing source files, only adding a new `types.d.ts` file, and updating updating the `package.json` to specify the types, e.g.: ```json { "name": "three-mesh-ui",...
Understood, I will work on adding the `types.d.ts` at some future point, when I'm more familiar with the project. I plan on working on some of the features in the...
I'm still in the process of working on this (when I have the free time). I have the types for `Block` almost done, but there's still lots more types to...
I've created a WIP pull request here #146
@JoeCoppola-HIA do you have a more concrete example of what exactly is missing from the types? I've added all the component types and essentially given them a type of any,...
@xc0d3rz I don't need to sort an array. The `predictSync` method only returns one item, not an array.