ice1000 / jimgui

:sparkling_heart: Pure Java binding for dear-imgui
Apache License 2.0
186 stars 13 forks source link

Using jimgui with modules #51

Closed mudlee closed 3 years ago

mudlee commented 4 years ago

Hi!

Is there a way to use this great stuff with java modules? I include this dependency, the jar is there, but I see no possibility to require it in my module-info.java. Any idea?

<dependency>
    <groupId>org.ice1000.jimgui</groupId>
    <artifactId>core</artifactId>
    <version>v0.9</version>
</dependency>
ice1000 commented 4 years ago

I don't know how to package a java module from a gradle project. Can you help me?

mudlee commented 4 years ago

Sorry, I have no experienc with gradle, but it should not be that different. Maybe this can help.

It's a kind of feature proposal.

ice1000 commented 4 years ago

I got a dependency, say, jetbrains annotations. Does that library support j9 modules?

ice1000 commented 3 years ago

Fixed in #56