Tengine is an ECS (Entity-Component-System) Python library designed with a focus on performance and modularity. It provides a robust framework for building scalable and efficient applications.
- High Performance: Optimized for handling complex systems with minimal overhead.
- Modularity: Flexible and reusable components for streamlined development.
- Scalability: Built to support large-scale applications with ease.
- Ease of Use: Intuitive API for rapid development and integration.
- Extensibility: Easily extend functionality with custom modules.
Currently to install tengine you have to download this repo and use the code.
- Import the library and start building your ECS-based application
- Look at the src/example.py for an example app
- Refer to the documentation for detailed examples and API usage.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description.
This project is licensed under the MIT License.
For questions or support, please open an issue.