This is an automated archive made by the Lemmit Bot.
The original was posted on /r/opensource by /u/degradka on 2025-09-26 02:08:01+00:00.
Hey folks, I’ve just finished working on a project to rewrite Minecraft pre-classic versions in plain C
- Rendering: OpenGL (GL2 fixed pipeline)
- Input/Window: GLFW + GLEW
- Assets: original pre-classic resources
- No C++/Java — everything is straight C (with some zlib for save files).
Repo here if you want to check it out or play around:
github.com/degradka/mc-preclassic-c
UPD: Fixed GitHub showing cpp