Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 3 (modified by landauf, 16 years ago) (diff)

Rendering of 2-dimensional Elements

This is an archived page!
This page is very old and the content is not up to date.
Not everything (if any) which is written here will be in the final game!

To render two dimensional elements like:

  • Text
  • Aim/Crosshair
  • GUI

there is now an implementation of a 2D-rendering engine.

The engine is coppled with the GraphicsEngine, and it does everything we need, like ticking and drawing. The only thing you have to worry about is creating a 2D-element.

Also see Element2D?