-
Found a minimal non-fatal error, the FILENAME_MAX does not include the NUL byte, so you need to add a +1.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Cool, man! I'm doing the same thing, but my operating system tries to be compatible with Linux at binary level: https://github.com/vvaltchev/tilck Sometimes, the linux-compatibility thing was a nightmare, but now I'm so happy to see it being able to run applications like vim.
-
An operating system still need to implement lot of things like paging
-
There's also a 3D game, but that was co-authored with friends. It was also written a long time ago, so it may be a bit more messy.
-
https://github.com/Gwlanbzh/no A shitty code of mine
-
miditype
-
LearnC
Contains source code and resources for the Ebook Learn C Games Programming For Beginners Windows edition.
An asteroids game. 2,200 lines of C (with SDL2). Best bit is the collision detection which I devised; it's pixel perfect and runs at 60 fps. Windows source code is here (use the asteroids_ch48.zip file) https://github.com/David-H-Bolton/LearnC and Linux https://github.com/David-H-Bolton/LearnCOnLinux
-
Here you go.
-
I'm into my third year of writing my own RTS game engine in C. Complete with OpenGL rendering, group pathfinding of 1k+ entities, Python scripting, yada, yada, yada.
-
My Hex editor 'hx' . It started as a learning project but actually grew into something useful :D