Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usermicrodevices/pyirrlicht
ctypes Python module for the Irrlicht Engine SDK (https://irrlicht.sourceforge.io)
https://github.com/usermicrodevices/pyirrlicht
3d collisions directx engine fps game opengl sdk shooter visualization
Last synced: about 10 hours ago
JSON representation
ctypes Python module for the Irrlicht Engine SDK (https://irrlicht.sourceforge.io)
- Host: GitHub
- URL: https://github.com/usermicrodevices/pyirrlicht
- Owner: usermicrodevices
- Created: 2021-08-28T14:01:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T10:26:00.000Z (8 days ago)
- Last Synced: 2025-02-04T11:26:39.579Z (8 days ago)
- Topics: 3d, collisions, directx, engine, fps, game, opengl, sdk, shooter, visualization
- Language: Python
- Homepage: https://github.com/usermicrodevices/game_builder
- Size: 14.3 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
see new game tool ["game builder"](https://github.com/usermicrodevices/game_builder) written in C++ and plugins in Python.
pyirrlicht - is a ctypes Python module for the Irrlicht Engine SDK (https://irrlicht.sourceforge.io).
![image](./randomizer_screenshot.png "randomizer_screenshot")
See 'HelloWorld.py' for an example of a Python script accessing and controlling Irrlicht. Vector fonts is supported. Partial support SVG image files.The Irrlicht Engine is intended to be an easy-to-use 3d engine.
If you have any questions or suggestions, just send a message to the https://irrlicht.sourceforge.io/forum/If you have any questions or suggestions concerning pyirrlicht, send a email to the [email protected]
New Project home pages:
https://github.com/usermicrodevices/pyirrlichtThanks to:
Python,
Irrlicht team.Also thanks:
MadHyde: Irrlicht Multilingual version
URL : http://etwas.wolfish.org/Irrlicht/irrlichtml_en.html
Forum : http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=6513
zgock: irrTT & MultiByte Language support pack author
URL : http://irrlicht.sourceforge.net/phpBB2/profile.php?mode=viewprofile&u=1089
uirou: Input Composition window Update code author
URL : http://irrlicht.sourceforge.net/phpBB2/profile.php?mode=viewprofile&u=11399
solehome: irrTT crash bug fixer
URL : http://irrlicht.sourceforge.net/phpBB2/profile.php?mode=viewprofile&u=9470
venomj: IME-aware code for Windows author
URL : http://irrlicht.sourceforge.net/phpBB2/profile.php?mode=viewprofile&u=17830
Nalin: New CGUITTFont author
URL : http://irrlicht.sourceforge.net/phpBB2/profile.php?mode=viewprofile&u=8214Bugs with SJoystickInfo found Patrick Corwin, thanks Patrick.
The main tester and English translator is Bill Showkowy (a.k.a. Dr.Bill)
Very many thanks for Dr.BillAlso thanks for testing Sir.Hans from Irrlicht forum.
If you needed more stable and more powerfull Irrlicht-Python wraper, see nested irrlicht_swig and this is more dependent from Python versions.
FreeBASIC object oriented library see to h2bi.py and "irr_fb" directory.
thinBasic examples see from "thinBasic" directory.Also accessible FASM and TinyCC usage, look "irr_asm" and "irr_tcc" directory.
Some files:
h2ctypes.py (C++ -> py helper generator),
h2bi.py (FreeBASIC wraper generator).