All Projects → Dgame → Dgame

Dgame / Dgame

Licence: other
A 2D framework for the D programming Language

Programming Languages

d
599 projects
dlang
54 projects

Projects that are alternatives of or similar to Dgame

Yampa
Functional Reactive Programming domain-specific language embedded in Haskell, for programming efficient hybrid (mixed discrete-time and continuous-time) systems.
Stars: ✭ 294 (+250%)
Mutual labels:  opengl, sdl
Taisei
A free and open-source Touhou Project fangame
Stars: ✭ 428 (+409.52%)
Mutual labels:  opengl, sdl
Glportal
🎮 Open Source teleportation based first person puzzle-platformer
Stars: ✭ 297 (+253.57%)
Mutual labels:  opengl, sdl
Radixengine
A free and open game engine.
Stars: ✭ 126 (+50%)
Mutual labels:  opengl, sdl
Fortran Sdl2
Fortran 2008 interface bindings to SDL 2.0
Stars: ✭ 18 (-78.57%)
Mutual labels:  opengl, sdl
Serpent
Cross-platform gaming kit in the D programming language
Stars: ✭ 140 (+66.67%)
Mutual labels:  opengl, sdl
Fiber2d
Cross-platform 2D Game Engine in pure Swift
Stars: ✭ 415 (+394.05%)
Mutual labels:  opengl, sdl
Light Propagation Volumes
Master's thesis implementing real-time global illumination method.
Stars: ✭ 88 (+4.76%)
Mutual labels:  opengl, sdl
Nya
[WIP] Game Engine written in Crystal
Stars: ✭ 16 (-80.95%)
Mutual labels:  opengl, sdl
Dlangui
Cross Platform GUI for D programming language
Stars: ✭ 642 (+664.29%)
Mutual labels:  opengl, sdl
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+2050%)
Mutual labels:  opengl, sdl
Milton
An infinite-canvas paint program
Stars: ✭ 960 (+1042.86%)
Mutual labels:  opengl, sdl
Assortedwidgets
OpenGL GUI library
Stars: ✭ 92 (+9.52%)
Mutual labels:  opengl, sdl
Libagar
Cross-Platform GUI Toolkit (stable)
Stars: ✭ 212 (+152.38%)
Mutual labels:  opengl, sdl
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+12104.76%)
Mutual labels:  opengl, sdl
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+4338.1%)
Mutual labels:  opengl, sdl
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (+467.86%)
Mutual labels:  opengl, sdl
Frag.exe
Multiplayer First-Person Shooter written in C++ using my own engine, Qor
Stars: ✭ 8 (-90.48%)
Mutual labels:  opengl, sdl
Supertux
SuperTux source code
Stars: ✭ 1,120 (+1233.33%)
Mutual labels:  opengl, sdl
Wfsignatureview
WFSignatureView, signature view in Swift and based on OpenGL
Stars: ✭ 77 (-8.33%)
Mutual labels:  opengl

Dgame

A 2D framework for the D programming Language

What is Dgame?

Dgame is a 2D framework which is based on the SDL and OpenGL, and is designed for the D programming language. The design rests upon Pygame and as well on the SFML from the C++ programming language.

Why Dgame?

Currently D has only few frameworks for games and window programming, and most of them are C/C++ bindings. Of those Derelict is probaly the most famous and provides support for multiple C/C++ libraries. Dgame also uses Derelict to access the functionality of the SDL and OpenGL. However, unlike the other bindings, Dgame is object-oriented (like the SFML) and is the only one which is completely written in D.

Installation

See here

Further tutorials

See here

Official Website

http://dgame-dev.de/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].