fogleman / Craft

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

Why there isn't contribution guide for newcomers ? #192

Open tornikegomareli opened 6 years ago

tornikegomareli commented 6 years ago

I think it will be great to add contribution guide and technical documentation for the project. Because some students want to join and contribute, but there isn't any documentation or contribution guideline. Please think about it.

ranguli commented 6 years ago

I second this, I think it would be a great addition.

zxl777 commented 6 years ago

The program is well written and the algorithm is designed to be very elaborate.

Unfortunately, there is no comment on the source code, and many variable names are a, b, p, q, and it is still very difficult to read.

twetzel59 commented 5 years ago

+1

I've done a fair bit of reading in Craft's source, and I've learned so much from it. It would be nice to document the core a bit more.

ihalseide commented 2 years ago

There should be a contribution guide, but I think this repo is stale. I made a PR to add some comments to the code.