Skip to content

yjamin/voxel-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxel-game

minecraft like voxel rendering with extra sexappeal.

This is my own implementation of a Minecraft-clone, but instead of programming all the boring game code I just wrote a renderer. It is written in C++ using OpenGL. This project was just to learn different rendering techniques, therefore most of the code is not really efficient nor well designed.

specs

  • specular, diffuse and ambient lighting
  • water reflections & distrotions
    • using a dudvmap
  • shadows
  • bloom
  • volumetric lighting
  • skybox
  • fog

build

  • you can compile & run the project using the Makefile
  • only supports linux
  • simply run: make install to install everything and make run to run it
  • output will be ./bin/output

sources

About

minecraft like voxel rendering with extra sexappeal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published