Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tcoppex/cudaraster-linux
- Owner: tcoppex
- License: apache-2.0
- Created: 2012-04-30T10:04:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T12:00:41.000Z (over 12 years ago)
- Last Synced: 2024-04-19T16:13:29.418Z (10 months ago)
- Topics: cuda, gpu, rasterizer
- Language: C
- Homepage:
- Size: 899 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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].
================================================================================