Giuseppe Barbieri

Results 86 issues of Giuseppe Barbieri

As titled, all the params are explained except `GL_TEXTURE_LOD_BIAS`

On my machine`jextract` does generate `glutDisplayFunc$MH` and there isn't any `allocate` method on `MethodHandle` class in the last partial jdk 17 build How shall I rewrite [this](https://github.com/sundararajana/panama-jextract-samples/blob/master/opengl/Teapot.java#L84-L87)?

As titled, I'd like an option as `Buffer::order` where I can set the endianess at the library level

First implementation of an automatically generated Gradle platform from the SciJava Pom The current version is based on the latest 38.0.0-SNAPSHOT I added a commented line which will return all...

As titled: - added _kool_ library dependency - switched code in `Geometry::recalculateNormals` and `Icosphere` constructor to pointers - added some pointers and typealias utils - using _kool_ constructors and methods...

As titled, this is an attempt for making Scenery more confortable for Kotlin users I tried to leave the style as much as possible untouched

dd-hackathon-2023

Hello folks, I/we are trying to reboot the this library, the idea is to unify a lot of different leaf/sparse conventions all together for handling natives for the whole cycle,...

Hello, as titled, I'd like to append the generation and publication of [Gradle catalog](https://github.com/scijava/gradle-catalog) to the release process Would this be ok for you? What's the best way to achieve...

So, I am trying to run a simple example public class Test { ``` public static void main(String args[]) { OculusRift oculusRift = new OculusRift(); oculusRift.init(); HMDInfo hdmInfo = oculusRift.getHMDInfo();...