Skip to content

Commit

Permalink
fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seichter committed Apr 3, 2013
1 parent 83f3a0e commit ce5ffe4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
TacitPixel
About
----------

TacitPixel is a prototyping tool and framework for building scenegraphs. It is no feature complete
TacitPixel is a prototyping tool and framework for building scene graphs. It is not feature complete
but does demonstrate a number of things that are somewhat helpful.

TacitPixel started its life in 1999 when there were not many scenegraphs and programming libraries available.
I started to write it to support my studies and to quickly prototype tools for architectural design. That's
where the original "The Architectural Playground" libTAP name came from and also the tpXYZ naming scheme.
You might also stumble upon the software as TwistedPair when I worked at the HIT Lab NZ. It was probably one
of the first real OpenGL based scenegraphs on Windows Mobile 5.
TacitPixel started its life in 1999 when there were not many scene graph libraries available.
I started to write it to support my research and to quickly prototype tools for architectural design. That's where the original "The Architectural Playground" libTAP name came from and also the tpXYZ naming scheme. You might also stumble upon the software as TwistedPair when I worked at the HIT Lab NZ. It was probably one of the first real OpenGL ES based scene graphs on Windows Mobile 5.

But for quite some time I use the term tacit pixel for it.

Install
-------

You need CMake 2.8 or higher to generate the build system.


Dependencies
------------

TacitPixel comes with batteries included. Hence there are a number of libraries that I have choosen
TacitPixel comes with batteries included. Hence there are a number of libraries that I have chosen
purely from the viewpoint of being small (work on embedded systems), fast and flexible.

* zlib 1.2.6
Expand Down

0 comments on commit ce5ffe4

Please sign in to comment.