Downloadliste

Projektbeschreibung

Sh is a programming language built on top of C++. It can be used to write shaders that run on top of modern graphics processing units (GPUs), or write stream programs that run on GPUs or CPUs. It is implemented as a C++ library, and allows programs to be generated at run-time using a number of metaprogramming techniques. Variants of programs for different cases can easily be generated, or programs can be generated entirely at run-time from some input data. The system is cleanly separated into a frontend and backend, and is hence portable.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-10 01:31 Zurück zur Release-Liste
0.8.0rc0

Neue Features umfassen: Unterstützung für generische Eingabe bindend für die arb und GLSL Backends, Unterstützung für die ATI-Puffer-Erweiterung zu ziehen über die GLSL Backend; SH_RETURN, SH_BREAK und SH_CONTINUE, und Andrew Lauritzen Optimierungen für eine einheitliche Update-Methoden.
New features include: support for generic input binding on the arb and glsl backends; support for the ATI draw buffers extension on the glsl backend; SH_RETURN, SH_BREAK, and SH_CONTINUE; and Andrew Lauritzen's optimizations for uniform update methods.

Project Resources