https://github.com/gaikanstudio/sogeqte-e
Qt based level editor for SOGE game engine made for study purposes at gamedev ITMO faculty.
https://github.com/gaikanstudio/sogeqte-e
editor gamedev level-editor qt6
Last synced: 10 months ago
JSON representation
Qt based level editor for SOGE game engine made for study purposes at gamedev ITMO faculty.
- Host: GitHub
- URL: https://github.com/gaikanstudio/sogeqte-e
- Owner: GaikanStudio
- License: gpl-3.0
- Created: 2024-12-03T22:15:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-19T21:58:19.000Z (12 months ago)
- Last Synced: 2025-03-13T16:47:38.610Z (10 months ago)
- Topics: editor, gamedev, level-editor, qt6
- Language: Lua
- Homepage:
- Size: 542 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOGEQtE
This repository contains source code of SOGE game engine editor.
# Building
To build editor you need to have Qt6 **6.5.3** or later installed on your computer. After instalation provide path to Qt6 root directory to the variable `qt_path` located in `premake5.lua` file.
```lua
local qt_path = "A:/DevTools/Qt/6.5.3/msvc2019_64"
```
Then just run `GenerateProject.bat` in the root of the project.