Closed AlmostMikhail closed 11 months ago
Do you mean documentation about the internal of the code? or about the usage of Goxel itself?
Do you mean documentation about the internal of the code? or about the usage of Goxel itself?
Internal code
No real plan for that at the moment. The main readme file has some instructions to build the project, then it's mostly documentation as comments in the code. Do you have some specific question about the code you would like me to explain?
No real plan for that at the moment. The main readme file has some instructions to build the project, then it's mostly documentation as comments in the code. Do you have some specific question about the code you would like me to explain?
No, but I'll have a look at your comments in code. That all.
No real plan for that at the moment. The main readme file has some instructions to build the project, then it's mostly documentation as comments in the code. Do you have some specific question about the code you would like me to explain?
How would you implement three.js into goxel like creating an animation timeline? What are some javascript libraries that are compatible with goxel? I want to develop for an open-source voxel engine but magicavoxel not open-source. So, I'm thinking working on goxel. Also, what is a good place to start ad a c# developer?
Sorry goxel is implemented in C, not javascript. It won't work well with any javascript libraries I am afraid. If you want to contribute to goxel you probably need to learn some C.
I would like to further develop goxel so I need some documentation.