Janis

Results 91 issues of Janis

- Fn for removing individual events, not just resetting all or none - Updating event data (tho this is tricky, if many events have same name)

enhancement

```c void (*find_entities_with_component)(const char* name, io_ref_t* entities, io_size_t* entities_length); ``` Feel free to close, if you think is better to do this on plugin side

enhancement
v0.5.x

Something similar to unity drives or articulation bodies would do, I think. Via API of course.

enhancement

For stuff like glass (windows for houses is most popular example) and ice- not sure how to name it, partly transparent / distorted transparent. ![EB20111012REVIEWS111019991AR](https://github.com/MissingDeadlines/iolite/assets/3727523/22bf66d6-1225-4233-940f-5f237a7801d8)

enhancement

This sounds a bit insane maybe :D, but I would like to be able, to put a custom shader on a shape. Any shader language works for me. Input could...

enhancement
future

**Is your feature request related to a problem? Please describe.** LuisaCompute can't operate on Linux + AMD GPU's **Describe the solution you'd like** Vulkan / HIP backend(s) additionally to current...

AMD
Linux

**Is your feature request related to a problem? Please describe.** I would like to make an interactive app that computes things on GPU and can blit the results to screen....

`Serio::deserialize('xx', A, B);` What I observed, its that if 'xx' is invalid and especially if shorter then it should be, the `deserialize` locks main thread into infinity. I wonder if...