Alexander Hinze

Results 13 issues of Alexander Hinze

### Name KitsuneAlex ### Affiliation Karma Krafts ### URL of your Website/Twitter/etc. https://karmakrafts.dev ### - [X] I am signing as an organization.

signature

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),...

comp:ANTLR
performance

**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...

bug

### 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...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:On

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...

Type: Enhancement

Fixes #1825

cla: yes

## 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...

Bug
Need More Info

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.

planned
next breaking version
enhancement
FG6

I updated Gradle and Kotlin to their latest releases respectively, since especially Kotlin/Native was very out of date. Cheers :)