Skip to content

zuiyueyin/Craft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).

Features

  • World changes persisted in a sqlite3 database.
  • Simple but nice looking terrain generation using perlin / simplex noise.
  • Eight types of blocks, but more can be added easily.
  • Shadow mapping for nice looking shadows (on the shadow branch).

Dependencies

  • GLFW 3
  • GLEW (not needed on Mac OS X)
  • libpng
  • sqlite3

Screenshot

About

A simple Minecraft clone written in C using modern OpenGL (shaders).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors