A modern 2D game engine with advanced UI and graphics
Project description
LunaEngine 🚀
A modern, optimized 2D game engine built with Python and Pygame featuring advanced UI systems, procedural lighting, and embedded asset management.
📋 Features
| Feature | Description | Status |
|---|---|---|
| Advanced UI | Roblox Studio-like UI components | ✅ Functional |
| OpenGL Rendering | Hardware-accelerated graphics | ✅ Functional |
| Performance Tools | FPS monitoring, hardware detection | ✅ Functional |
| Themes | The engine have pre-built themes | ✅ Functional |
| Lighting System | Dynamic lights and shadows | 🔄 WIP |
| Particle Effects | Particle system | 🔄 WIP |
| Image Embedding | Convert assets to Python code | ⚠️ Buggy |
| Modular Architecture | Easy to extend and customize |
Code
🚀 Quick Start
Installation
# Install dependencies
pip install -r requirements.txt
# Run a basic example
python examples/basic_game.py
Requirements
Core Dependencies (required):
pygame>=2.5.0
numpy>=1.21.0
PyOpenGL>=3.1.0
PyOpenGL-accelerate>=3.1.0
Development Tools (optional):
black>=22.0.0
flake8>=4.0.0
pytest>=7.0.0
setuptools>=65.0.0
wheel>=0.37.0
twine>=4.0.0
Build
# Make build
python -m build
# Check files
twine check dist/*
# Upload testpypi
twine upload --config-file .pypirc --repository testpypi dist/*
# Upload PyPi
twine upload --config-file .pypirc --repository pypi dist/*
OpenGL
- Require OpenGL 3.3+
LunaEngine("Game Title", screen_width, screen_height, use_opengl=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lunaengine-0.1.3.tar.gz
(90.6 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
lunaengine-0.1.3-py3-none-any.whl
(100.4 kB
view details)
File details
Details for the file lunaengine-0.1.3.tar.gz.
File metadata
- Download URL: lunaengine-0.1.3.tar.gz
- Upload date:
- Size: 90.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c2583cdfadfe3145cab02b1127b0ee40d4af0938e3779215dd62ed7b1f41f75
|
|
| MD5 |
18842685f642625ac1d2285000e5d3c8
|
|
| BLAKE2b-256 |
2e54e55ad8daede75c999ad7670669602a93cca12a1a365ce82a67a4dc76d71b
|
File details
Details for the file lunaengine-0.1.3-py3-none-any.whl.
File metadata
- Download URL: lunaengine-0.1.3-py3-none-any.whl
- Upload date:
- Size: 100.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
342bd08958e6f92834e42b00f044db3287b0fe517f6ea653978e167d6ddeff15
|
|
| MD5 |
1f975e8ea4eda4f50e439624de7b9e73
|
|
| BLAKE2b-256 |
f1e5ea50ffb4f2739c9a0d8bcb12c8a8eaa1416979077333063e91f4e162dfdc
|