You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been working on an AI model that trains a variety of Minecraft worlds into a block embedding layer. Due to the heavy computational demands, I’ve started converting the Python code to C++ using this project to improve efficiency. However, I found that the lack of documentation made it quite time-consuming to fully understand and implement everything.
This project has been incredibly helpful to me, and I’d love to give back by contributing detailed documentation to make it easier for others to get started and use effectively. I’m happy to help in any way I can to improve the user experience.
The text was updated successfully, but these errors were encountered:
Hello, I am using this library to parse models stored in Minecraft LittleTiles mod archives and convert them into OBJ models. I've had some success with this library so far. However, I'm facing difficulties when trying to migrate it from my Visual Studio project to CMake. I’ve encountered significant issues with the linking libraries, and I have not been able to get it to link correctly with my project.
I’ve been working on an AI model that trains a variety of Minecraft worlds into a block embedding layer. Due to the heavy computational demands, I’ve started converting the Python code to C++ using this project to improve efficiency. However, I found that the lack of documentation made it quite time-consuming to fully understand and implement everything.
This project has been incredibly helpful to me, and I’d love to give back by contributing detailed documentation to make it easier for others to get started and use effectively. I’m happy to help in any way I can to improve the user experience.
The text was updated successfully, but these errors were encountered: