# leveleditor **Repository Path**: theall/leveleditor ## Basic Information - **Project Name**: leveleditor - **Description**: 超级大乱斗地图编辑器 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 2 - **Created**: 2019-11-27 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: game-dev **Tags**: None ## README # leveleditor Level editor for multihero [![Build status](https://ci.appveyor.com/api/projects/status/8880nxf443r9agwy?svg=true)](https://ci.appveyor.com/project/theall68665/leveleditor) Static analysis status for entire build: [![Coverity Scan Status](https://scan.coverity.com/projects/18368/badge.svg?flat=1)](https://scan.coverity.com/projects/theall-leveleditor) # Prerequirements - [Qt5.6.3](http://download.qt.io/archive/qt/5.6/5.6.3/) # How to compile? =============== On a windows system ``` cd src qmake leveleditor.pro mingw32-make ``` License ======= Copyright (C) 2018-2019 Bilge Theall This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Please see [LICENSE.md](LICENSE.md) for further details.