-
Notifications
You must be signed in to change notification settings - Fork 1
/
PKG-INFO
39 lines (39 loc) · 1.84 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Metadata-Version: 1.0
Name: pyirrlicht
Version: 1.1.0
Summary: ctypes python module for Irrlicht Engine SDK.
Home-page: http://pir.sourceforge.net
Author: Maxim Kolosov
Author-email: pyirrlicht@gmail.com
License: BSD
Download-URL: https://github.com/usermicrodevices/pyirrlicht
Description: The Irrlicht Engine is intended to be an easy-to-use 3d engine for games and graphics or any visual desktop applications. This project also have few additional nested projects: FreeBASIC object oriented library, SWIG wraper, FASM (flat assembler), TinyCC and thinBasic usage examples. Partial SVG support via AGG library.
Keywords: game,2d,3d,opengl,directx,irrlicht,play,media,visual,gui,interface,ctypes,swig,svg
Platform: ALL
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Assembly
Classifier: Programming Language :: Basic
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Visual Basic
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires: Python
Requires: ctypes
Requires: SWIG