recatek

Results 18 issues of recatek

Colony appears to assume/expect allocators with empty constructors, and will lapse to using empty-constructed allocators even when passing in an allocator constructed with arguments. Am I misunderstanding Colony's relationship with...

Hello! This repo has been an invaluable resource for setting up custom lighting in URP. Thank you so much for putting this together! I was wondering if you had any...

For batch-export scripts, it would be useful if Dialog:path() could be scripted to select a folder, rather than just a single file.

feature

I'm trying to parse a set of declarations and then implementations, where the implementation parsing is dependent on information from the declaration portion. I'm having trouble getting that former information...

Let's make it more elegant to conditionally compile tuple type declarations and pattern matches by allowing cfg-attributes directly on their elements. [Rendered](https://github.com/recatek/rfcs/blob/cfg-attribute-in-tuple-type/text/3532-cfg-attribute-in-tuple-type.md)

T-lang
proposed-final-comment-period
disposition-merge
I-lang-radar

Apologies if this is covered in the docs somewhere, I wasn't able to find anything about best practices on this. Is there a helper function, or some guidance on the...

Add a `Without` negative bound type in query arguments. This could evaluate to something like `&()` directly, but would exclude archetypes with the given component type.

enhancement

It should be straightforward to support components with generic arguments so long as they don't use any of the reserved component names (`Option`, `OneOf`, etc.).

enhancement

Because gecs essentially uses slotmap storage under the hood, it would be useful for the library to provide standalone slotmap functionality. While the `slotmap` crate exists, it doesn't provide a...

Some components may be frequently combined together in `OneOf` pseudo-arguments, especially in the case of variadic workarounds (e.g. `OneOf`). It would be helpful to be able to create some sort...

enhancement