Download of procedural_generator-w32-v1_2_1_0.zip (procedural_generator-w32-v1_2_1_0.zip ( external link: SF.net): 14,422,159 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
14,422,159 字节
MD5
d3fcd6d62fc50f9efee06c5c32a1b0e0

项目描述

Procedural Generator is an application that can load various image processing plugins.
The main application loads the plugins, allows plugin selection, displays computation results.
The plugins' job is made in 2 steps :
- 1st step : CPU step : image computing using CPU computations.
- 2nd step : GPU step : image post-processing using GPU through GLSL shaders.
Some plugins only use CPU step, such as Perlin Noise, Life Game, Diffusion Limited aggregation.
Other ones may use only the GPU step, such as Shader Effects, Text Effects.
The GPU step uses OpenGL and allows the use of GLSL shaders.
The CPU step is multithreaded in order to fasten the computations.