搜索资源列表
line.tar
- 利用python和glu, glut库写的一个OpenGL的示例程序。
Impressive-0.10.2.tar
- Simple python application to add opengl effects to pdf slideshow.
1
- Vtk(visualization toolkit)是一个开放资源的免费软件系统,主要用于三维计算机图形学、图像处理和可视化。Vtk是在面向对象原理的基础上设计和实现的,它的内核是用C++构建的,包含有大约250,000行代码,650多个类,还包含有几个转换界面,因此也可以自由的通过Java,Tcl/Tk和Python各种语言使用vtk。 Vtk几乎可以在任何一个基于Unix的平台上操作,以及Windows 95/98/NT/2000/XP。 vtk的结构 Vtk比OpenGL和PEX高
GrabCut
- 一个质量比较高的源码,在编译时需要OpenCV 和 OpenGL。-A relatively high quality source code, compile-time need in OpenCV and OpenGL.
nehe_lesson06.tar
- Nehe OpenGL Lesson 6 Texture Mapping (Python)
nehe_lesson08.tar
- NeHe OpenGL Lesson 8: Blending (Python)
nehe_lesson09.tar
- NeHe OpenGL Lesson 9: Moving Bitmaps In 3D Space (Python)
nehe_lesson10.tar
- NeHe OpenGL Lesson 10: Loading And Moving Through A 3D World (Python)
main
- 1,本程序用于初学Python下的三维可视化编程 2,在Python中调用Opengl)库,并读取指定文件显示。-1, the procedure for the novice visualization Python programming under 2, call in Python Opengl) library, and read the specified file appears.
android
- 本书内容全面,不仅详细讲解了Android框架、Android组件、用户界面开发、游戏开发、数据存储、多媒体开发和网络开发等基础知识,而且还深入阐述了传感器、语音识别、桌面组件开发、Android游戏引擎设计、Android应用优化、OpenGL等高级知识,最重要的是还全面介绍了如何利用原生的C/C++(NDK)和Python、Lua等脚本语言(Android scr ipting Environment)来开发Android应用;本书实战性强,书中的每个知识点都有配精心设计的示例,尤为值得一
PyOpenGL9sep09
- Python Programming in OpenGL A Graphical Approach to Programming Stan Blank, Ph.D. Wayne City High School Wayne City, Illinois 62895 - Python Programming in OpenGL A Graphical Approach to Programming
PyOpenGL-3.0.1
- python opengl 包 想要用opengl在python下 需要这个-python opengl opengl package you want to use this bag in python required under
TypingTutor
- Python typing tutor, in python opengl
Python.koch
- 用Python语言编写的OpenGL程序 Koch曲线-With OpenGL program written in Python Koch curve
Python.koch
- 用Python语言编写的OpenGL程序 Koch曲线-With OpenGL program written in Python Koch curve
Socks5-master
- Socks5 Imnplementation for use opengl
PythonGPU粒子系统
- 转:python-OpenGL初试,三维地形的空间表达,鼠标键盘控制方位,初学者可尝试借鉴(Python-OpenGL preliminary test)
BRATS-master
- # BRATS 2017 ## Brain Tumor Image Segmentation Challenge 2017 This is an approach for brain tumor segmentation based on a multi-path CNN. _________________________________________________________________________________________________________
Python极客项目编程
- 《Python极客项目编程》里面讲解了一些很好玩的项目。 利用参数方程和turtle模块生成万花尺图案; ● 通过模拟频率泛音在计算机上创作音乐; ● 将图形图像转换为ASCII文本图形; ● 编写一个三维立体画程序,生成隐藏在随机图案下的3D图像; ● 通过探索粒子系统、透明度和广告牌技术,利用OpenGL着色器制作逼真的动画; ● 利用来自CT和MRI扫描的数据实现3D可视化; ● 将计算机连接到Arduino编程,创建响应音乐的激光秀。(Python Geek Program
光照模型原理OpenGL实现
- 使用Python中的pyOpenGL实现了光照模型原理,注释详细,代码亲测可运行