Skip to content

m-squared47/VoxelEngine

Repository files navigation

VoxelEngine

A simple voxel engine using C++ and OpenGL

This game engine will allow the creation of games using small cubes as pixels. Examples of games that utilize this feature include, but not limited to, Minecraft and Teardown. Voxels can allow a player to have freedom to manipulate and change their environment along with creating a more interactive experience.

Development Tools and Files

Tools

  • IDE: Visual Studio 2022
  • Language(s): c++, c, GLSL

Files/Libraries used

  • GLFW: Window creation and input polling
  • GLEW: Utilize modern versions of OpenGL
  • GLM: Complex mathematics for matrix and vector calculations
  • stb/stb_image.h: Object textures and image loading

With help from The Cherno and Victor Gordan on YouTube.

About

Basic voxel engine in C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published