Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcoppex/cudaraster-linux

Linux port of cudaraster, Nvidia's GPU rasterizer.
https://github.com/tcoppex/cudaraster-linux

cuda gpu rasterizer

Last synced: 3 months ago
JSON representation

Linux port of cudaraster, Nvidia's GPU rasterizer.

Awesome Lists containing this project

README

        

================================================================================

CudaRasterizer - Linux Port -

================================================================================

ø 0 About ---------------------------------------------------------------------

Date: 25/04/12

Author: Thibault Coppex

This application is a partial port of Samuli Laine's and Tero Karras'
CudaRaster (cf. http://code.google.com/p/cudaraster/) from Microsoft Windows
to Linux based system.


--

I tried to minimize dependencies over CudaRaster's framework, but there is
still a lot of work to increase the readability.

[TODO : add more details ]



ø 1 Structure -----------------------------------------------------------------

src/ > Port of the nVidia's CUDA Rasterizer (rasterizer + part of the
framework).

test/ > Simple demonstration of how to use the rasterizer [WiP].

thirdparty/ > External libraries [not used currently].

================================================================================