Is your feature request related to a problem? Please describe.
I am finding some classes, functions, namespaces and enums misleadingly named, some functions, for eg. DeDuplicateVertices could be named RemoveDuplicateVertices, and more significantly, Voxel::ChunkyBoi is a terrible name that could instead be Voxel::BlockChunk or even just Voxel::Chunk.
There are several such names across cpp-engine and they are reducing the readability and intuitiveness of code in this repo.
Describe the solution you'd like
I would like classes such as ChunkyBoi renamed to BlockChunk, and DeDuplicateVertices to RemoveDuplicateVertices.
Most classes and functions I would like at least skimmed to check if they should be renamed or not.
Is your feature request related to a problem? Please describe.
I am finding some classes, functions, namespaces and enums misleadingly named, some functions, for eg. DeDuplicateVertices could be named RemoveDuplicateVertices, and more significantly, Voxel::ChunkyBoi is a terrible name that could instead be Voxel::BlockChunk or even just Voxel::Chunk.
There are several such names across cpp-engine and they are reducing the readability and intuitiveness of code in this repo.
Describe the solution you'd like
I would like classes such as ChunkyBoi renamed to BlockChunk, and DeDuplicateVertices to RemoveDuplicateVertices.
Most classes and functions I would like at least skimmed to check if they should be renamed or not.