Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.28 KB

File metadata and controls

28 lines (24 loc) · 1.28 KB

CraftGame, a free software, published under GNU AGPL v3.0 license

Note:

For MacOS users, maybe MGL must be installed before (To translate OpenGL to Metal), as the graphics card driver of MacOS only supports OpenGL 4.1 or lower, but CraftGame Studio uses OpenGL 4.5 here

Current Tasks

  • Solve the missing LovelyZeeiam/CraftGame (maintenance changed temporarily)
  • Merge this repository with LovelyZeeiam/CraftGame
  • Learn OpenGL and LWJGL to provide game interface

Progress:

  • Network: C/S Framework, based on craftgame-tcp
  • Mods: Loader
  • Chunks: Chunks management, caches and rendering
  • Chunks: Chunks generator
  • Network: Specific implementations
  • GUI: renderer
  • Merge code
  • Mods: Interface

Libraries

See also