fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

Is the project dead? #138

Open ruipacheco opened 10 years ago

ruipacheco commented 10 years ago

This is a pretty cool project. Are you still working on it?

fogleman commented 10 years ago

Not currently working on it. But I might come back to it at some point.

ruipacheco commented 10 years ago

This is an awesome project with lots of followers :)

Seegras commented 10 years ago

With https://mojang.com/2014/09/yes-were-being-bought-by-microsoft/ I took a look at some of the alternatives. And this one struck me as the most elegant one. It's nice and fast. You (and we) should pick it up again.

PurityLake commented 10 years ago

I'd certainly pitch in

joshhartigan commented 10 years ago

I'd love to contribute if the project is picked up again

Seegras commented 10 years ago

I forked it and applied various patches. But I'm just a half-assed programmer, so I won't be taking any lead, or even code much.

But I've got some ideas what could or should be done:

DanielOaks commented 10 years ago

I don't really expect it to be merged back (because of the extensive changes), but I've been trying to do some of this in my fork: https://github.com/DanielOaks/Craft

Just some stuff like a Lua scripting interface, dynamically adding blocks, and trying to extend it a bit.

Thanks for the advice and ideas @Seegras , I actually saw your fork and decided to try this because of it! I'll definitely be looking into those suggestions, and seeing what I can do to help implement them.