Skip to content

michaelbrusegard/Meinkraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meinkraft

A simple voxel engine inspired by Minecraft, built with Rust and OpenGL.

Here is a link to my Report.

Building

To build the project, ensure you have Rust and Cargo installed. Then, run the following command in the project's root directory:

cargo build

For an optimized release build, use:

cargo build --release

Running

To run and build the project for development use:

cargo run

Screenshots

I took these during development. Ordered from newest to oldest. shadows specular-light starfield transparency level-of-detail Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

About

A simple block based OpenGL renderer for learning computer graphics and shaders

Topics

Resources

Stars

Watchers

Forks