tinygl
TinyGL : a Small, Free and Fast Subset of OpenGL* (by ska80)
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders). (by fogleman)
tinygl | Craft | |
---|---|---|
1 | 10 | |
110 | 10,591 | |
2.7% | 0.6% | |
4.3 | 0.0 | |
about 1 year ago | 12 months ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tinygl
Posts with mentions or reviews of tinygl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-30.
Craft
Posts with mentions or reviews of Craft.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-17.
- Craft: A simple Minecraft clone written in C
- A simple Minecraft clone written in C using modern OpenGL
- Coding a Minecraft clone in pure C
-
What lesser known but amazing functionality of CHATGPT are you willing to share?
Here’s the original code: https://github.com/fogleman/Craft/blob/master/src/world.c I don’t really have an “after” because I edited it a lot and didn’t backup the original, but try it yourself and you should get similar results. I also told it to make the variable names better.
-
Are C programs only used for terminal based interaction?
When this subject comes up, I always like to link to one of the many Minecraft clones written in C. https://github.com/fogleman/Craft
- Is C only in terminal?
- There is framework for everything.
- are there tutorials for code organization for games in C?
-
I just learned java, want to make a simple minecraft clone
Not java but https://github.com/fogleman/Craft will give you an idea of what has to be done.
- Resources to learn voxel based game development?
What are some alternatives?
When comparing tinygl and Craft you can also consider the following projects:
PortableGL - An implementation of OpenGL 3.x-ish in clean C
SDLPoP - An open-source port of Prince of Persia, based on the disassembly of the DOS version.