Archive
Archive for the ‘Simple2D’ Category
Installing Simple2D and Compiling your first application
May 21, 2012
34 comments
Simple2D is my graphics library for students and beginners looking to experiment with drawing 2D graphics in C++ in the simplest possible way. It is based on the Direct2D API but removes almost all of the complexity. This article contains instructions on installing the software and all of the extras it requires, and shows how to compile your first program using Simple2D.
Categories: Simple2D
2D Graphics, Direct2D, DirectX, Graphics, Visual C++, Visual Studio