Caleb Hulbert

Results 6 issues of Caleb Hulbert

It would be nice to pass a separate image monochrome image to use as a mask, over an existing image. Is there a way to do this?

In more recent versions of Javafx, the javafx libraries are provided using the module system which was introduced in Java 9. Even when using these dependencies from a project which...

A simple Korge example with jvm target results in the window being larger than the desired height, where the top and bottom contains black borders. An example: ```kotlin suspend fun...

The code that I am trying to get to compile currently imports a type library: ```cpp #import "Library/lib/ActiveSkin.ocx" raw_interfaces_only, raw_native_types, no_namespace, named_guids ``` However, when compiling I get the following:...

**Is your feature request related to a problem? Please describe.** I'm trying to definte the `server.toml` that is used during the `mcman build` step, in nix, so it is written...

enhancement

It would be nice if text components supported text wrapping, where the width of the component could be restricted, but the height would grow, and overflowing text would move down...