Skip to content

nolanbastien/MinecraftRendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Rendering

I wrote this code while reading the book Learn OpenGL Graphics Programming (https://learnopengl.com/book/book_pdf.pdf) and following the OpenGL tutorials on The Cherno's YouTube channel in order to familiarize myself with graphics programming concepts.

Then, I adapted the code to render a Mincraft scene.

The project includes:

  • Management of Vertex Buffer Array
  • Index rendering
  • Textures
  • WASD and mouse for moving and looking around

To be implemented:

  • Lighting
  • Shadows

Screenshot:

Once compiled, the project looks like this:

image

The IMGUI interface applies transformations to the cube.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published