Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37884988
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python-module-pygarrayimage

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname pygarrayimage
Name: python-module-%oname
Version: 0.0.7
Release: alt1
Summary: Allow numpy arrays as source of texture data for pyglet

Group: Development/Python
License: BSD
URL: http://pypi.python.org/pypi/pygarrayimage/
Source: %oname-%version.tar.gz
BuildArch: noarch
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

BuildRequires: python-devel, python-module-setuptools

%description
pygarrayimage allows display of Python objects supporting the array
interface as OpenGL textures without a copy. The OpenGL texture handling
is done using pyglet.

In other words, this allows fast transfer of data from numpy arrays (or
any other data source supporting the array interface) to the video card.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%doc PKG-INFO examples
%python_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin