kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
594 stars 37 forks source link

Sample project #162

Closed s15n closed 3 years ago

s15n commented 3 years ago

I have found this library on last Sunday and I wanted to use it in my project. I tried it by using the instructions on the wiki, but it didn't work. There were too much errors than I can enumerate. Then I cloned it and the example seemed to work (except of some bugs, but they are in a separate issue). I tried building artifacts and using modules, but I didn't find a solution.


So I wanted to ask: Is there any sample project using glfw, that I can inspect to find out, what I've done wrong and how it can be fixed? It would really help me (and perhaps even other people) out a lot, since I tried it for an eternity now.

s15n commented 3 years ago

I just figured it out, after I wrote this issue. I will close this now, but nevertheless a sample project would surely be nice.

elect86 commented 3 years ago

Wiki is probably outdated..

Define simple project, something more than the sample?

Is your project public?

s15n commented 3 years ago

Now my new project (I made it work now) is public (Pumpkin-Engine). As a sample project I would like to see a project that is not contained in the imgui module but more independent. And the wiki should be updated.