norman784 / gaiku

3d agnostic framework (game engine) terrain engine
40 stars 1 forks source link

Update readme with runnable example #1

Closed waynethewizard closed 4 years ago

waynethewizard commented 4 years ago

It looks like there are 3d examples one could run but no explanation for how to do so. It'd be great to get these running and add some direction and pictures. Thanks!

norman784 commented 4 years ago

The examples right now only transform from png/goxel to a normalized format and then export to .obj files, as requested I updated the Readme with some instructions and screenshots, I didn't wanted to do it, because there are issues with the marching cube algorithm and it leave spaces between chunks, is a know issue but I didn't solve it yet, still I need to find more time to spend on this project but it might not be this year.

Thanks for showing interest in the project, feel free to contibute or ask questions.

waynethewizard commented 4 years ago

Yes, it's definitely a problem that I want to help solve and will be actively working on. I'll see about contributing to what you have here. Thank you!