标题: A very simple renderer of tcas file [打印本页] 作者: milkyjing 时间: 2011-10-5 21:05:25 标题: A very simple renderer of tcas file
Yesterday night I wrote a very simple renderer of tcas. This demo renderer is intended to show the main usage of libtcas, that is to parse a tcas file, and also used as a benchmark, most of whose code was copied from the tcasFilter project.
I got a good idea to improve the performance of libtcas while writing the demo. It is something like double buffering in OpenGL/DirectX, I call it frame cache.
More details about frame cache, please refer to this thread.