Git Product home page Git Product logo

pygpu's Introduction

This is PyGPU, an embedded language for programming graphics
processing units using Python. This is experimental software.

PyGPU is distributed under the GNU General Public license. See
COPYRIGHT.txt or (http://www.gnu.org/copyleft/gpl.html) for more
information. 

Copyright (C) 2006 Calle Lejdfors <[email protected]>

pygpu's People

Watchers

 avatar

pygpu's Issues

better pyglew examples

do you have an example that uses "import pyglew" instead of "from pyglew import 
*"

"... import *" is really bad for examples as it's kinda hard to tell the 
functions apart from other module's functions...

Original issue reported on code.google.com by tcll5850 on 19 Sep 2013 at 2:39

Cannot find a supported framebuffer implementation!

Hello,

I am using a ATI RS485 (Radeon Xpress 1100 IGP) graphic card.

Sidux (Debian/Sid):
-------------------
apt-get install python-numpy python-pygame python-pyglew python-cg
svn checkout http://pygpu.googlecode.com/svn/trunk/ pygpu-read-only
cd pygpu-read-only ; python setup.py install
-------------------
siduxbox:/home/yann/tmp/pygpu# python pygpu_test.py 
Selecting framebuffer implementation... Unable to import pygpu.
    You need to install PyGPU (www.cs.lth.se/~calle/pygpu/)! 
====================
if I do:
--------
siduxbox:/home/yann/tmp/pygpu# python
Python 2.5.2 (r252:60911, May 28 2008, 19:19:25)
[GCC 4.2.4 (Debian 4.2.4-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygpu
Selecting framebuffer implementation...
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/yann/tmp/pygpu/pygpu/__init__.py", line 56, in <module>
    from pygpu.GPU.image import *
  File "/home/yann/tmp/pygpu/pygpu/GPU/image.py", line 8, in <module>
    from pygpu.GPU.framebuffer import Framebuffer
  File "/home/yann/tmp/pygpu/pygpu/GPU/framebuffer.py", line 17, in <module>
    raise RuntimeError("Cannot find a supported framebuffer implementation!")
RuntimeError: Cannot find a supported framebuffer implementation!
>>>

THanks,
Yann


Original issue reported on code.google.com by [email protected] on 22 Jun 2008 at 10:27

only a notification

truthfully this has more to do with Py27(5)/PyGLEW than PyGPU.

I just feel you guys should be notified of it. :)

I've taken a screenshot of the issue rather than trying to explain it:
http://lh3.ggpht.com/-d6gM0Qlq9Ek/UjhxFDFOmAI/AAAAAAAAFIU/Vwell0V1Vo8/s1400/erro
r.jpg

Original issue reported on code.google.com by tcll5850 on 17 Sep 2013 at 3:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.