This project enhances the Tiled map editor with AI-powered features and usability improvements.
- Python 3.8 or higher
- Node.js 14 or higher
- Qt 5.15 or higher
- Git
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows:
venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
pytest tests/
src/
- Source codetests/
- Test filesresources/
- Resource filesdocs/
- Documentation
- AI-Powered Tile Tagging
- Natural Language Map Generation
- Contiguous Option for Bucket Fill and Magic Wand
- User-Defined Zoom Levels