Alexander Hinze
Alexander Hinze
### Name KitsuneAlex ### Affiliation Karma Krafts ### URL of your Website/Twitter/etc. https://karmakrafts.dev ### - [X] I am signing as an organization.
I've been using this plugin to work on my language since it's validation and visualization features are very very nice. Since my parser has reached a certain size (~1600 lines),...
**Describe the bug** I've been working on CBM integration for my mod. It makes heavy use of the CCL rendering pipeline for it's own blocks so it was fairly easy...
### How frequently does the bug occur? Always ### Description We use Realm in one of our soon-to-be-released products at work and while trying to set up the demo application...
This PR aims to add support for the excellent msdfgen library, which allows the generation of (M)SDF glyph sprites at runtime using an easy-to-use interface. It includes a hand-written API...
## Description I am developing an OpenGL application on Linux using the Kotlin programming language and the LWJGL bindings for GLFW and OpenGL. I've ran into an issue where i...
This PR adds support for the following msdfgen-ext functions: - `msdfgen::loadGlyph(msdfgen::Shape, msdfgen::FontHandle, msdfgen::GlyphIndex, int)` for loading glyphs by their glyph ID directly instead of their codepoint - `msdfgen::getGlyphIndex(msdfgen::FontHandle, unsigned)` for...
This adds two new overloads to the `deobf` function in `DependencyManagementExtension` which allows clean integration with Gradle version catalogs, especially useful when working with the Kotlin DSL.
I updated Gradle and Kotlin to their latest releases respectively, since especially Kotlin/Native was very out of date. Cheers :)