sumotoy / sfc

Somewhat Flexible Canvas library, hardware-independent, in C++0x/C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfc

Somewhat Flexible Canvas library, hardware-independent, in C++0x/C++11

Introduction

Writing a driver for a new display often requires writing a lot of managing code, which is time-consuming and tedious. This library aims at providing a flexible framework from the canvas level down to the point where you would say "Hey Display, here is an array of bytes for your graphics RAM".

Current State

  • Currently only the color class files in /color and a few examples in /color/examples are included

About

Somewhat Flexible Canvas library, hardware-independent, in C++0x/C++11

License:MIT License