Skip to content

lukaseichberg/MinecraftClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Software rendered Minecraft Clone

My little Minecraft Clone using my own Software Renderer.

img20241130135502

Features

  • Procedural Terrain generation in Chunks
  • very simple (and a bit buggy) collision detection
  • breaking blocks
  • placing blocks (only stone for now)
  • Saving on Close
  • Loading on Start
  • Toggling between Affine and Perspective-Corrected Texture Mapping (Keyboard P)

Affine Texture Mapping

img20241130135546

Perspective-Correct Texture Mapping

img20241130135550

Setup

Import Folder "MinecraftClone" into Eclipse (File > Import... > General/Existing Projects into Workspace). Run MinecraftClone / src / game / Main.java

About

Software rendered Minecraft Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages