logoalt Hacker News

goatkingyesterday at 3:14 PM1 replyview on HN

This is pretty cool! I am also interested in game engine programming, but I am in the very beginning of the journey.

Do you have any recommendation on voxel engine learning materials (e.g. books, courses, etc)


Replies

jesse__yesterday at 5:44 PM

Voxel engines are interesting because they're very much an area of active research. People are often coming up with novel techniques, and adapting traditional techniques in interesting ways. There isn't any good, singular resource for learning about voxel engine development thay I know of.

I'd recommend Handmade Hero for a more traditional resource on how to build a game engine. That's how I learned to program for real, and it worked great for me.