genode/repos/gems
Norman Feske 259b127f96 Polygon drawing and rudimentary 3D routines
This patch adds two new painters located at gems/include/polygon_gfx.
Both painters draw convex polygons with an arbirary number of points.
The shaded-polygon painter interpolates the color and alpha values
whereas the textured-polygon painter applies a texture to the polygon.
The painters are accompanied by simplistic 3D routines located at
gems/include/nano3d/ and a corresponding example (gems/run/nano3d.run).
2015-07-07 19:48:04 +02:00
..
include Polygon drawing and rudimentary 3D routines 2015-07-07 19:48:04 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run Polygon drawing and rudimentary 3D routines 2015-07-07 19:48:04 +02:00
src Polygon drawing and rudimentary 3D routines 2015-07-07 19:48:04 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.