I'm researching making a voxel-based game similar to Minecraft, only this would be with slightly higher polygon voxels with higher texture resolutions in order to create smoother, more realistic terrain and also unique features like custom voxel-based characters, players, and enemies.

My question is what is the best engine and language to develop this type of indie game with that would be the most graphically optimized for this type of voxels?

link|improve this question
feedback

1 Answer

If you are willing, try OpenGL, it's hardware based and should be really fast. (C++)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.