LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
115 stars 26 forks source link

How To Use #36

Closed SimonMaracine closed 3 years ago

SimonMaracine commented 3 years ago

There are instructions on how to use the code, but not how to actually use this library. There are no jars or anything.

I'm not new to programming, but I'm very new to Java and I don't know how to integrate third party code into my IntelliJ IDEA project, besides jars.

So, how do I use this thing?

yuripourre commented 3 years ago

In IntelliJ you can create a new Maven project. The new project will have a file named pom.xml where you can include dependencies from Maven central. I think that's the easiest way to manage dependencies.

Good resource: https://m.youtube.com/watch?v=pt3uB0sd5kY