breandan

Results 140 comments of breandan

You might also check out the [GraphBLAS](http://graphblas.org/) library and the [Graph Algorithms in the Language of Linear Algebra](https://epubs.siam.org/doi/book/10.1137/1.9780898719918) book. There is a lot of interest in sparse matrix representations for...

Are you aware of any JVM bindings for GraphBLAS? Maybe it would be possible to benefit from Tim’s work without reimplementing the wheel here. Is it worth starting a new...

In case you do end up adding this feature, I've found that using `FMatrix*` or `DMatrix*` is numerically unstable under matrix powering. There are also number of performance benefits for...

I still think it would be productive for correctness and efficiency to have proper `boolean`/`int` matrices, but agree with @FlorentinD it would be better to wait until Valhalla/[JEP 218](https://openjdk.java.net/jeps/218) lands...

一年多没有更新,它好像被放弃了...

I upgraded to Gradle 6.8 with JFX plugin `0.0.9` and it seems to work. Here is my [`build.gradle.kts`](https://github.com/acejump/TraceJump/blob/master/build.gradle.kts) file in case it helps.

Yeah, I decided to drop JFX and use [Skija](https://github.com/JetBrains/skija)/[Skiko](https://github.com/JetBrains/skija)/[Compose](https://github.com/JetBrains/compose-jb) instead.

It still runs on JFX, I just never got the JMS to work properly. What happens when you run `./gradlew run` on that project?

Yes, even though the `module-info.java` is commented out, I am still able to run the project on Java 11.

Here is the output when I use the most recent commit from JitPack: `implementation("com.github.kotlin-graphics.imgui:bgfx:b339be6257")` Click to expand! ``` breandan@romulus:~/IdeaProjects/HelloImGui$ ./gradlew build FAILURE: Build failed with an exception. * Where: Build...