Top 5 C game-dev Projects
-
Pygame
🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
Pygame uses SDL_ttf under the hood to work with fonts. If you’re just wanting to load your own font you can just use pygame.font.Font() and point it to a ttf file. If you’re wanting to mess with the font object or do something else with the raw font data, you might want to check out https://github.com/pygame/pygame/blob/main/src_c/font.c and https://github.com/libsdl-org/SDL_ttf/blob/main/SDL_ttf.c to get an idea of what pygame and SDL are doing under the surface.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
pygame-ce
🐍🎮 pygame - Community Edition is a Free and Open Source python programming language library for making multimedia applications (like games) built on top of the excellent SDL library. C, Python, Native, OpenGL.
Full release notes: https://github.com/pygame-community/pygame-ce/releases/tag/2.2.0
-
is-Engine
C++, SDL 2 and SFML game engine that allows to create games on Web (HTML 5), Android and PC.
Project mention: I Can Transform - New Gameplay (More details in comment) | reddit.com/r/DestroyMyGame | 2023-02-24is::Engine.
-
crescent
A fighting game engine for windows, linux, and macos written in C and uses OpenGL. (by Chukobyte)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
C game-dev related posts
Index
What are some of the best open-source game-dev projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | Pygame | 5,845 |
2 | Open-Golf | 1,651 |
3 | pygame-ce | 202 |
4 | is-Engine | 171 |
5 | crescent | 19 |