2D Basic Solution
Summary
This solution represents a basic example that shows the fundamentals of how to compose a 2D scene. This includes the basic node types and a camera that is linked to a render-target.
Purpose
The solution shows which elements are necessary to render a basic 2D scene.
Description
There is one 2D scene in the whole solution.

This scene consists of a camera and a node of each available types:
- Bitmap-Node
- Text-Node
- SolidColor Node
The camera is linked to a created render-target which is necessary for rendering. The render-target is linked to a display.