Полноценный 3D игровой движок на Python с OpenGL
Project description
Aether Engine
Полноценный 3D игровой движок на Python с OpenGL 4.6.
Возможности
- PBR-рендеринг
- Система Entity-Component
- Физика (базовая)
- Звуковая система
- UI-фреймворк
- Загрузка моделей (OBJ)
- Пост-обработка
Установка
pip install -e .
# Быстрый старт
from aether import Engine, Scene, Entity, MeshFactory, Material
engine = Engine(1280, 720, "Моя игра")
scene = Scene("Level 1")
cube = Entity("Куб")
cube.add_component(Transform())
cube.add_component(MeshRenderer(
mesh=MeshFactory.create_cube(),
material=Material()
))
scene.spawn(cube)
engine.load_scene(scene)
engine.run()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aether_engine-1.0.0.tar.gz
(94.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aether_engine-1.0.0.tar.gz.
File metadata
- Download URL: aether_engine-1.0.0.tar.gz
- Upload date:
- Size: 94.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d51611839393e8482ee262b5d4c8026cc701e3de49ef17b607b790da95ade778
|
|
| MD5 |
0cf50cfae1492458f607e9ad00856f99
|
|
| BLAKE2b-256 |
232170895c4b203fd01e9f6715e44ef3d871416123d2ee055c7beacab3986a4b
|
File details
Details for the file aether_engine-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aether_engine-1.0.0-py3-none-any.whl
- Upload date:
- Size: 87.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d4a40393414a0e8bb468c1b33f551a3b3d4bb7c1529b948497ab9f646671a5
|
|
| MD5 |
ecfc6a1025d94a184eabece8f298aabf
|
|
| BLAKE2b-256 |
3c6a2187e9f47f97b1dfbd1f0f52ab905b48a7d11939661b1c5d10848f89a68e
|