Skip to content

KennyC3200/Minecraft-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft

This is a Minecraft clone, made with recreational intended purposes.

Thumbnail Image

Building

Currently, this is only tested for macOS. To build on macOS, run

make run

Which will build the executable file in the bin folder.

  • Will in the future implement for CMake and Windows

Current Implemented Features

Features that are implemented include:

  • Movement
  • Placing and blocks
  • Removing blocks
  • Hotbar

Libraries Used

Issues and Fixes

Path: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon

Update glfw path: cmake -D CMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

TODO

  • Like are vectors slow or something?
  • Chunks rendering as player moves around
  • Physics
  • Padding issues, add -Wpadded to see
  • HUD being rendered over by the blocks when hovering too close to block face

About

Minecraft clone in C++ with OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages