搜索资源列表
gl_water_source.rar
- 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
cvtool.zip
- A command line tool that implement multi High Dynamic Range Image Processing Algorithms using OpenGL and Graphics Processing Units (GPU).,A command line tool that implement multi High Dynamic Range Image Processing Algorithms using OpenGL and Graphic
CG_OpenGL_example(full).rar
- 基于openGL的CG运行示例代码,很全很好的代码例子,可配合《CG教程-可编程实时图形权威指南》学习,The example of GPU program produced in CG+openGL, this code is very well and can be learned with the material"CG Tutorial-The Definitive Guide to Programmable Real-Time Graphics"
OpenGL_WaterSimu
- Win32 SDK C++ OpenGL GPU 水波模拟-Win32 SDK C++ OpenGL GPU Water Wave Simulation
VolRen
- 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
Image_Processing_GPU
- 本程序借助OpenGL及其高级着色语言GLSL实现了图像降噪,锐化,对比度增强等图像处理操作!-With this procedure and its high-level shading language GLSL OpenGL implementation of image noise reduction, sharpening, contrast enhancement and other image processing!
glGPGPU
- 使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
OpenTK
- A cross-platform OpenGL wrapper for C# and other .Net languages. It can support OpenGL 3.1 and GLSL language. You can use it write GPU based program using C# instead of C or C++.
CGClass_Basic
- 学习cg语言的绝好例子,使用VC+OPENGL+GPU(CG语言)编程,自定义了一个cg类,通过此类可以方便的使用cg文件进行GPU编程,一个完整的VC框架,包含所有的.h和.cpp文件-Cg excellent language learning examples, the use of VC OPENGL GPU (CG Language) programming, since the definition of a category cg, through the use of t
VolumeRenderCartesian
- 光线投射体绘制源码,用opengl实现,生成的是一个头模型-Ray Casting Volume Rendering source, opengl implementation used to generate a first model
gpufftw1.0
- 在GPU上实现FFT,本科毕设时的资料,用OPENGL实现。-GPU to achieve in the FFT, we completed the set up information at the time, using OPENGL achieve.
cvltonemap
- A GUI for High Dynamic Range Image Processing using OpenGL and GPU. By performing the algorithms on the graphics processing unit (GPU), this program can immediately display the results of the algorithm and parameter changes.
Md5MeshLoader
- doom3的 md5模型加载。 vc7.1+opengl 。 源码包已经附带glut库 。-doom3 of md5 model load. vc7.1+ opengl. Glut library source package has been included.
toonglut_2.0
- 将三维网格模型通过GPU渲染算法,渲染出具有卡通漫画风格的程序。使用OPENGL和C-By three-dimensional mesh GPU rendering algorithms, rendering a cartoon-style program. And C++ with OPENGL
glm-0.9.0.6
- OpenGL Mathematics (GLM) is a C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification. The goal of the project is to provide to 3D programmers math classes and functions that miss in C++ when we use to p
SiftGPU-V370
- 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU th
GLSL_ES_Specification_1.0.17
- OpenGL着色语言(GLSL――OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Processor Unit图形处理单元)上执行的,代替了固定的渲染管线的一部分-The recent trend in graphics hardware has been to replace fixed functionality with programmability in areas tha
timing and trace generator for opengl
- Qsilver is a simulation framework for graphics architec- tures that can simulate low-level GPU activity for any exist- ing OpenGL application [10]. Qsilver uses Chromium [7] to intercept and transform an OpenGL application’s API calls and create an a
vaovbo渲染三角形
- 在windows平台上使用opengl进行绘图,使用vbo将顶点缓冲至gpu,再进行绘制(Drawing on the windows platform using OpenGL, using VBO to buffer the vertices to GPU, and then draw)
SceneDemo
- 基于现代OpenGL的火焰粒子系统的模拟,采用双缓冲思想,将粒子的计算搬运到了GPU上进行并行计算,加快粒子系统的模拟速度。(Based on the modern OpenGL simulation of the flame particle system, the double buffer idea is adopted to transfer the computation of particles to GPU for parallel computation, which accel