Skip to content

I'm just trying to learn opengl and improve my c++ skills

Notifications You must be signed in to change notification settings

karl2883/minecraft_rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft_rendering

I'm just trying to learn opengl and improve my c++ skills

To run:

  1. Be on a unix system
  2. Clone the repository
  3. Make a "build" folder inside of the project folder
  4. Go into that folder
  5. Run "cmake .."
  6. Run "cmake --build ."
  7. Go back to the project directory
  8. Run "./build/src/Main"
  9. You may need to install libraries such as glew or glm if there is an error

You will see a forest world with lakes. Chunks will be added/removed as you move with standard minecraft controls, but there is distance fog to hide it. You can also break blocks and place (leave) blocks. L/F to switch between line and fill mode.

About

I'm just trying to learn opengl and improve my c++ skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages