Difference between revisions of "Game Development and Multimedia Libraries"

From D Wiki
Jump to: navigation, search
(Add chip to game libraries list.)
m (Punctuation.)
Line 26: Line 26:
 
{{Project
 
{{Project
 
  | name = '''glamour'''
 
  | name = '''glamour'''
  | about = High-level OpenGL wrapper for D
+
  | about = High-level OpenGL wrapper for D.
 
  | url = https://github.com/Dav1dde/glamour
 
  | url = https://github.com/Dav1dde/glamour
 
  | platform = Windows, POSIX
 
  | platform = Windows, POSIX
Line 34: Line 34:
 
{{Project
 
{{Project
 
  | name = '''artemisd'''
 
  | name = '''artemisd'''
  | about = Component-based entity system framework for D
+
  | about = Component-based entity system framework for D.
 
  | url = https://github.com/elvisxzhou/artemisd
 
  | url = https://github.com/elvisxzhou/artemisd
 
  | platform = Platform-independent
 
  | platform = Platform-independent
Line 42: Line 42:
 
{{Project
 
{{Project
 
  | name = '''dchip'''
 
  | name = '''dchip'''
  | about = A port of the Chipmunk2D physics library for 2D games
+
  | about = A port of the Chipmunk2D physics library for 2D games.
 
  | url = https://github.com/AndrejMitrovic/dchip
 
  | url = https://github.com/AndrejMitrovic/dchip
 
  | platform = Platform-independent
 
  | platform = Platform-independent

Revision as of 17:27, 3 November 2013

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
A collection of dynamic D bindings to C libraries, useful for multimedia and game development.
Icon dpackage 48.png
Game-oriented math library in style of GLSL builtin types/functions. Vectors, matrices, frustums, etc. MIT Platform-independent
Icon dpackage 48.png
Game oriented linear algebra, fixed point, memory alloc, containers, bindings, etc. Unlicense (public domain) Windows, POSIX
Icon dpackage 48.png
High-level OpenGL wrapper for D. MIT Windows, POSIX
Icon dpackage 48.png
Component-based entity system framework for D. New BSD License Platform-independent
Icon dpackage 48.png
A port of the Chipmunk2D physics library for 2D games. MIT Platform-independent