没有opengl的3d编程 [英] 3d programming without opengl

查看:74
本文介绍了没有opengl的3d编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

我想在

python中构建一个简单的3d交互式几何应用程序。因为我想在没有3D加速的情况下运行它(一个场景会很简单)我想知道在python中是否有一个库

允许我构建3D图形不需要使用OpenGL ....我

谷歌但我找不到任何有趣的...(最好的是一个

纯python解决方案)


谢谢,

nelson

hi!
i want to build up a simple 3d interactive geometry application in
python. Since i want to run it without 3D acceleration (a scene will
be quite simple) I was wondering if there was a library in python that
allow me to build 3D graphic without the need to use OpenGL.... I
google but i can''t find nothing interesting... (the best would be a
pure python solution)

Thanks,
nelson

推荐答案

" nelson - " < ne ******** @ gmail.com写信息

新闻:ma ********************** ***************** @ pyt hon.org ...
"nelson -" <ne********@gmail.comwrote in message
news:ma***************************************@pyt hon.org...

hi!

i希望在
python中构建一个简单的3d交互式几何应用程序。因为我想在没有3D加速的情况下运行它(一个场景会很简单)我想知道在python中是否有一个库

允许我构建3D图形不需要使用OpenGL ....我

谷歌但我找不到任何有趣的...(最好的是一个

纯python解决方案)


谢谢,

nelson
hi!
i want to build up a simple 3d interactive geometry application in
python. Since i want to run it without 3D acceleration (a scene will
be quite simple) I was wondering if there was a library in python that
allow me to build 3D graphic without the need to use OpenGL.... I
google but i can''t find nothing interesting... (the best would be a
pure python solution)

Thanks,
nelson



这是一页( http://www.vrplumber.com/py3d.py )链接到73个可能的

库。


我玩过Slut( http://slut.sourceforge.net/

很容易使用。这是一个关于球体的Flash电影(使用Wink记录),我按照 进行编程和旋转:
http://www.geocities.com/ptmcg/python/sphere1.htm ,这是程序

创建它: http ://www.geocities.com/ptmcg/python/vecSlut2.py.txt


Slut附带的演示也非常令人印象深刻。 Slut项目

网页在这里总结了它们

http://slut.sourceforge.net/examples/index.html) ,但小视频

不要公平。


- Paul

Here''s a page (http://www.vrplumber.com/py3d.py) with links to 73 possible
libraries.

I''ve played with Slut (http://slut.sourceforge.net/) and it is quite easy to
work with. Here''s a Flash movie (recorded using Wink) of a sphere that I
programmed and rotated about:
http://www.geocities.com/ptmcg/python/sphere1.htm, and here is the program
that created it: http://www.geocities.com/ptmcg/python/vecSlut2.py.txt.

The demos that come with Slut are quite impressive, too. The Slut project
web page summarizes them here
(http://slut.sourceforge.net/examples/index.html), but the little videos
don''t do them justice.

-- Paul


" Paul McGuire" < pt *** @ austin.rr._bogus_.com写在消息中

新闻:iH ******************* @ tornado.texas .rr.com ...
"Paul McGuire" <pt***@austin.rr._bogus_.comwrote in message
news:iH*******************@tornado.texas.rr.com...

" nelson - " < ne ******** @ gmail.com写信息

新闻:ma ********************** ***************** @ pyt hon.org ...
"nelson -" <ne********@gmail.comwrote in message
news:ma***************************************@pyt hon.org...

> hi!
i想在
python中构建一个简单的3D交互式几何应用程序。因为我想在没有3D加速的情况下运行它(一个场景会非常简单)我想知道在python中是否有一个库允许我构建3D图形而不需要使用OpenGL .. ..我谷歌但我找不到任何有趣的东西......(最好的是纯粹的蟒蛇解决方案)

谢谢,
nelson
>hi!
i want to build up a simple 3d interactive geometry application in
python. Since i want to run it without 3D acceleration (a scene will
be quite simple) I was wondering if there was a library in python that
allow me to build 3D graphic without the need to use OpenGL.... I
google but i can''t find nothing interesting... (the best would be a
pure python solution)

Thanks,
nelson



这是一个页面( http://www.vrplumber.com/py3d.py )链接到73个可能的

库。


我已经与Slut( http://slut.sourceforge.net/ )一起玩,这是相当的轻松

可以使用。这是一个球体的Flash电影(使用Wink记录)

我编程并旋转
http://www.geocities.com/ptmcg/python/sphere1.htm ,这是程序

创建它: http ://www.geocities.com/ptmcg/python/vecSlut2.py.txt


Slut附带的演示也非常令人印象深刻。 Slut项目

网页在这里总结了它们

http://slut.sourceforge.net/examples/index.html) ,但小视频

不要公平。


- Paul


Here''s a page (http://www.vrplumber.com/py3d.py) with links to 73 possible
libraries.

I''ve played with Slut (http://slut.sourceforge.net/) and it is quite easy
to work with. Here''s a Flash movie (recorded using Wink) of a sphere that
I programmed and rotated about:
http://www.geocities.com/ptmcg/python/sphere1.htm, and here is the program
that created it: http://www.geocities.com/ptmcg/python/vecSlut2.py.txt.

The demos that come with Slut are quite impressive, too. The Slut project
web page summarizes them here
(http://slut.sourceforge.net/examples/index.html), but the little videos
don''t do them justice.

-- Paul



好​​吧,拍摄,我在GeoCities上使用该链接杀死了我的免费带宽

Flash动画!


我上传了一个较小的视频,应该支持20-25次/小时,而不是3

喜欢旧的。请耐心等待。


谢谢,

- Paul

Well, shoot, I killed my free bandwidth on GeoCities with that link to the
Flash animation!

I''ve uploaded a smaller video, should support 20-25 views/hour, instead of 3
like the old one. Please bear with me.

Thanks,
-- Paul


Paul McGuire写道:
Paul McGuire wrote:

" nelson - " < ne ******** @ gmail.com写信息

新闻:ma ********************** ***************** @ pyt hon.org ...
"nelson -" <ne********@gmail.comwrote in message
news:ma***************************************@pyt hon.org...

>> hi!
我想在
python中构建一个简单的3D交互式几何应用程序。因为我想在没有3D加速的情况下运行它(一个场景会非常简单)我想知道在python中是否有一个库允许我构建3D图形而不需要使用OpenGL .. ..我谷歌但我找不到任何有趣的东西......(最好的是纯粹的蟒蛇解决方案)

谢谢,
nelson
>>hi!
i want to build up a simple 3d interactive geometry application in
python. Since i want to run it without 3D acceleration (a scene will
be quite simple) I was wondering if there was a library in python that
allow me to build 3D graphic without the need to use OpenGL.... I
google but i can''t find nothing interesting... (the best would be a
pure python solution)

Thanks,
nelson




这是一个页面( http://www.vrplumber.com/py3d.py )链接到73个可能的

库。


我玩过Slut( http://slut.sourceforge.net/

很容易合作。这是一个关于球体的Flash电影(使用Wink记录),我按照 进行编程和旋转:
http://www.geocities.com/ptmcg/python/sphere1.htm ,这是程序

创建它: http ://www.geocities.com/ptmcg/python/vecSlut2.py.txt


Slut附带的演示也非常令人印象深刻。 Slut项目

网页在这里总结了它们

http://slut.sourceforge.net/examples/index.html) ,但小视频

不要公平。



Here''s a page (http://www.vrplumber.com/py3d.py) with links to 73 possible
libraries.

I''ve played with Slut (http://slut.sourceforge.net/) and it is quite easy to
work with. Here''s a Flash movie (recorded using Wink) of a sphere that I
programmed and rotated about:
http://www.geocities.com/ptmcg/python/sphere1.htm, and here is the program
that created it: http://www.geocities.com/ptmcg/python/vecSlut2.py.txt.

The demos that come with Slut are quite impressive, too. The Slut project
web page summarizes them here
(http://slut.sourceforge.net/examples/index.html), but the little videos
don''t do them justice.



看起来像clpy只是斜线扫描你..."你想要查看的GeoCities网站
暂时查看了超出了数据传输限制。

请稍后再试。""


问候

Steve

-

Steve Holden +44 150 684 7255 +1 800 494 3119

Holden Web LLC / Ltd http://www.holdenweb.com

Skype:holdenweb http://holdenweb.blogspot.com

最近的Ramblings http://del.icio.us/steve.holden

Looks like c.l.py just slashdotted you ... """The GeoCities web site you
were trying to view has temporarily exceeded its data transfer limit.
Please try again later."""

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden


这篇关于没有opengl的3d编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆