Skip to content

NotHyper-474/Clonecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clonecraft

My attempt of cloning Minecraft with greedy meshing using Unity.
Minimum recommended Unity version is 2020 LTS.
Project version: 2021.3 LTS

clonecraft-page

This image is not final and might change in the future

Code based on:

Greedy meshing algorithm
Cleo Hayes' (formely Rob O'Leary) greedy mesh implementation

TODO list (not necessarily in order)

  • Add greedy meshing
  • Fix BlockPlacer
  • Add proper texturing
  • Cull chunk meshes Properly cull chunks
  • Add menus and etc
  • Clean code