Qendolin

Results 18 issues of Qendolin

### What's your feature? It would be nice to have an option to show a legend like in this mockup. ![image](https://user-images.githubusercontent.com/32160662/191249400-6a2c480e-13cd-4810-ac14-0f1c3c87bd07.png) The text in the legend should be separate from...

enhancement

It would be great to quickly jump to the JavaDocs for yarn mappings. For example: This entry ![image](https://github.com/linkie/linkie-web/assets/32160662/293c86f1-07ba-46ee-937b-866adc2e5676) would have a link to https://maven.fabricmc.net/docs/yarn-1.20.2+build.4/net/minecraft/client/render/WorldRenderer.html (assuming namespace is "yarn" and version...

`vklCreateGraphicsPipeline` does not allow multiple descriptor set layouts. `VkPipelineLayoutCreateInfo.setLayoutCount` is limited to 1. https://github.com/cg-tuwien/VulkanLaunchpad/blob/29c24ca66444b3a673a9aa99646e38e93142a407/VulkanLaunchpad.cpp#L641-L645 If I understand it correctly (I'm new to Vulkan) this prevents binding different descriptor sets that...

Hello, I've noticed an issue where rigid bodies using `JPH::EMotionQuality::LinearCast` do not report contacts with sensors when moving at high speed (~100 m/s). Here is my character body creation code:...

Trying to build the example fails with the following output (paths shortened): ``` ====================[ Build | Modules-Example | Debug ]========================= "C:\Program Files\CMake\bin\cmake.exe" --build VulkanMemoryAllocator-Hpp\cmake-build-debug --target Modules-Example -j 10 [0/1] Re-running...

I have a stonecutter project with yarn mappings, you can find it [here](https://github.com/Qendolin/better-clouds/tree/cba58845c7b1f0eb0e07519d9a9bf051b92ad218) (note: I've removed forge 1.20.1 for now, see settings.gradle) Today I updated from Loom 1.7 to 1.10...

priority: high
Forge

Add [my normal2height node](https://www.materialmaker.org/material?id=1059) to the base library. The default node works fine for very simple geometric shapes, but for real normal maps it produces very strong streaking artifacts. This...

In this case it looks like better-clouds is causing a crash, when actually morenemoswoodcuttervariants is at fault by providing an invalid name/path in it's [mixins.json](https://github.com/pnk2u/More-NemosWoodcutter-Variants/blob/eeb2817461026b75712b6b93a686c80b17928fdb/src/main/resources/morenemoswoodcuttervariants.mixins.json). ![image](https://github.com/user-attachments/assets/fa4bc766-6b8e-4d70-b0c4-92ad41ddc911) Since most users only...