A
A
AlekseiFlis2019-05-10 05:33:12
Game development
AlekseiFlis, 2019-05-10 05:33:12

What game engines or libraries are there for game development in C?

Are there game engines that can be used to write games in C?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollar, 2019-05-10
@AlekseiFlis

https://en.wikipedia.org/wiki/List_of_game_engines
The column Primary Programming language indicates the language in which the game is supposed to be developed. This is what you need. If you want pure C, look at the C/C++ and C values.
The Scripting column lists an additional scripting language, if any. For example, for the Moai SDK, the main language is C++, and the auxiliary language for scripts is Lua. An example of a Moai game is Don't Starve. More precisely, the game developers took this engine as a basis, greatly altered and finished it for themselves (its source codes are open), and then used it to create the game. Although in the process of creation they continued to finish.

O
OnYourLips, 2019-05-10
@OnYourLips

SDL is usually always mentioned among such engines as the most popular solution.
Very beginner friendly.
https://www.libsdl.org/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question