Skip to content

A MC clone in C, protocol-compatible with 1.9.4

License

Notifications You must be signed in to change notification settings

notcancername/Osmium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Osmium

roadmap

  • get it to function somewhat
  • port everything to Zig
  • ziggify

A MC clone in C, protocol-compatible with 1.9.4

Dependencies (Linux):

  • libpng
  • libz
  • libglfw3 (statically linked)
  • libX11
  • libdl
  • libXrandr
  • libXinerama
  • libXi
  • libXxf86vm
  • libXcursor
  • libpthread
  • libm
  • libGL
  • libGLU

Dependencies (Windows):

  • libz
  • glew32
  • glfw3 (statically linked)
  • opengl32
  • glu32
  • gdi32
  • ws2_32
  • libpng

Installation:

  1. Download executable from releases tab above.
  2. Put in a folder of your choosing.
  3. Open a 1.9.4 minecraft.jar from Mojang, and copy the assets folder into that directory. (ie INSTALLDIR/assets/minecraft/etc)
  4. Run it!

Windows: Requires MinGW, dependencies for windows listed above.

  1. Go into (project root)/Osmium/Osmium/DebugWindows
  2. Run 'make all'
  3. Create an empty directory somewhere, this will be your installation directory.
  4. Move the compiled executable into the directory (if there is no .exe extension, add it.)
  5. Open a 1.9.4 minecraft.jar from Mojang, and copy the assets folder into that directory. (ie INSTALLDIR/assets/minecraft/etc)
  6. Run it!

Linux: Requires GCC, depenencies for linux listed above.

  1. Go into (project root)/Osmium/Osmium/DebugLinux
  2. Run 'make all'
  3. Create an empty directory somewhere, this will be your installation directory.
  4. Move the compiled executable into the directory
  5. Open a 1.9.4 minecraft.jar from Mojang, and copy the assets folder into that directory. (ie INSTALLDIR/assets/minecraft/etc)
  6. Run it!

About

A MC clone in C, protocol-compatible with 1.9.4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Zig 2.1%
  • Makefile 1.3%