Electroblob77 / Wizardry

Source code for Electroblob's Wizardry, a Minecraft mod about magic, exploration and adventure. Open-source so other aspiring wizards (a.k.a. programmers 😎) can see the real magic! ✨ Just want to download and play? Head over to the CurseForge page via the link below:
https://minecraft.curseforge.com/projects/electroblobs-wizardry
Other
200 stars 107 forks source link

Help me~About LWJGL2 #716

Closed AntiThesis1250 closed 2 years ago

AntiThesis1250 commented 3 years ago

Six months ago, I started forgemod development because of your Wizardry. But now I still haven't found any tutorials about lwjgl2. lwjgl2 forum doesn't have anyone to respond to me. lwjgl2 wiki can't be opened. I don't know where to start learning lwjgl2. please tell me! (I can only post here because I couldn't find any other contact information for you.)

AntiThesis1250 commented 3 years ago

So far I can only learn part of the usage of LWJGL2 through your code. I want to render my obj, json, etc. models. Help me~ it's really hard without tutorials

Derailedzack commented 3 years ago

There are java docs for lwjgl 2

Derailedzack commented 3 years ago

http://legacy.lwjgl.org/documentation.php.html Forge comes with a obj loader.

Derailedzack commented 2 years ago

I can also provide some help with lwjgl 2