Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.05 KB

Bullhorned-Minecraft

image

Summary

My rendition of Minecraft from scratch in java using opengl.

Goals:

  • Make Minecraft from scratch in java

Current Goals:

  • create a voxel graphics libary from lwjgl or libgdx

    • create a quad
    • create a voxel (multiple quads)
    • create multiple voxels
    • textured voxels
    • sprite sheet sys
    • basic lighting
    • create a camera sys
    • dynamic lighting
    • skybox
    • particle system
  • nessacary i/o

    • get multi platformed input and mabey an event sys idk
    • preform Audio output
  • World Generation

    • create chunks
    • load chuncks dynamically
    • procedualy generate chunks
      • landscape
      • biomes
      • rivers
      • caves
      • structures
    • edit voxels on the fly
    • ...
  • Implement a networking system ( multiplayer ) <- how dunno?

  • Implement multiple threads <- ???