-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research Voxel Engines #102
Labels
research
Research a Topic
Comments
In this ticket we can also explore how to use Unity for creating a Minecraft like game, using Unity as a Voxel engine. There are several tutorials showing how to do it. And the same for Unreal Engine 4. Both of them are not Open Source, but the experience will be interesting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reference Open Source Voxel Engine is Minetest: https://github.com/minetest/minetest
The library used in Minecraft (not sure if call it a engine): https://www.lwjgl.org/ https://www.lwjgl.org/frameworks using it.
Some random links to start with more or less ordered by interest:
https://github.com/XenonLab-Studio/TerraCraft (Python)
https://github.com/AlwaysGeeky/Vox (Vox Engine articles): «Vox is an open source Voxel Engine, and game, that is written in C++ and OpenGL and can be used to create easy and fast voxel based games and applications»
https://github.com/MovingBlocks/Terasology
http://giga.cps.unizar.es/~varella/kubex/index.html (unizar, Java, FLOSS)
https://github.com/s-macke/VoxelSpace (terrain render in 20 lines of code)
https://github.com/topics/voxel-engine
https://www.reddit.com/r/VoxelGameDev/comments/why8x/the_big_list_of_block_engines/
https://awesomeopensource.com/projects/voxel
The text was updated successfully, but these errors were encountered: