Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any game/graphics engines for the D programming language?

Tags:

game-engine

d

Are there any game/graphics engines for the D programming language?

like image 392
Alon Gubkin Avatar asked Nov 29 '09 15:11

Alon Gubkin


People also ask

Do any game engines use C?

Unreal Engine primarily uses C++. It is free to use Unreal Engine, but if you sell your games, the creators of Unreal Engine will keep 5% of your profits. Check out some popular games made with Unreal Engine.

What language are game engines written in?

C++ is the most popular language for creating game engines—the development environments where game programmers create and host their interactive worlds. Game engines provide the technology for every aspect of a game, from graphics, physics, and sound to the behavior of AI-powered game bots.

What is the most advanced game engine?

Most of the next-generation console games that are released on the PlayStation 5 and Xbox Series X are built using Unreal Engine 5. Now it is the best engine for game development of the most advanced AAA games. Two of its key breakthrough technologies are Nanite and Lumen.

What is a 3D game engine?

A three-dimensional (3D) engine, often called a game engine, is a system used for virtual computer simulations. Game engines are commonly used in video games, though other non-entertainment applications also exist.


3 Answers

Most certainly, and infact there are quite plenty (although at varying stages of maturity). Have a look at the game section on dsource: http://www.dsource.org/projects/

like image 173
Vladimir Panteleev Avatar answered Sep 27 '22 23:09

Vladimir Panteleev


You can checkout DAllegro and DAllegroGL. They are mainly in C/C++ but contain a D language binding.

like image 24
Nadeem Avatar answered Sep 27 '22 21:09

Nadeem


there are ports for the horde3D engine too, they can be found in the forum of it: horde 3d homepage

like image 40
Extrawurst Avatar answered Sep 27 '22 23:09

Extrawurst