Skip to content

My rendition of Minecraft based Voxel Engine from scratch in java and opengl.

Notifications You must be signed in to change notification settings

MasonJohnHawver42/LWJGL-VoxelEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <- ???

About

My rendition of Minecraft based Voxel Engine from scratch in java and opengl.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published