Code Download - Version 0.1.0
Added 2021-03-31 18:54:07 +0000 UTCHere is the latest download link for the code for the city-builder game:
https://drive.google.com/file/d/1MqkFr5VDvo9OQA8iVp_i3alOGJawGkJk/view?usp=sharing
Here's a quick video showing how to set it up in Eclipse:
https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0
although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.
Thanks as always!
Comments
Forget what I said ;-) I'm pretty sure I tried both: adding the files to the class path and module path and nothing worked. Now, however, I tried again and made sure I added them to the class path. And boom, it works. Problem solved. Sorry about that!
2021-05-31 17:52:34 +0000 UTCHmm, usually this error would mean that it can't find the lwjgl library jar file, specifically the lwjgl_util.jar. If you right-click on your project in Eclipse, then go to "Build Path" -> "Configure Build Path...", can you see the "lwjgl_util.jar" in there? If you're on Windows there should be a total of 12 jar files in total. Is this the case for you?
ThinMatrix
2021-05-31 09:31:53 +0000 UTCI get an exception when trying to start the game from Eclipse: "Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/util/vector/ReadableVector3f"; I added all the external JARs including the native ones (the ones included with the version 0.0.8 code). Any idea what I might be missing?
2021-05-30 10:10:48 +0000 UTCThank you! I've been stalking the posts for weeks waiting for this! Now to dive into it like a kid on Christmas.
KC Oaks
2021-03-31 19:11:49 +0000 UTC