GithubHelp home page GithubHelp logo

ezhangle / qt-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aliveteam/qt-editor

0.0 1.0 0.0 25.91 MB

Level editor for relive engine (Abes Exoddus/Oddysee reimpl)

C++ 98.01% CMake 1.99%

qt-editor's Introduction

qt-editor

What is this?

A level/path editor for the RELIVE engine. The original AE/AO engines have limits on collision, object and map size. As RELIVE has changes to overcome this maps/paths exported to LVLs with this editor will not work with the original engine.

The long term goal is that an editor will be built directly into the RELIVE engine. But there are many big pieces of engineering work to complete before this can happen so this editor is a stop gap until then. The hope is that any maps created with this editor will also be forwards compatible with whatever future RELIVE changes are implemented.

How to build?

Windows MSVC build instructions

  1. Download Qt5 and install using the open source option
  2. Clone this repo with --recursive to get all submodules
  3. mkdir build
  4. cd build
  5. set QT_DIR=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5
  6. set path=%path%;C:\Qt\5.15.2\msvc2019_64
  7. cmake ..

Now you can open the .sln in VS and build or use msbuild from the command line.

To debug from VS set the env in the debug properties to be PATH=C:\Qt\5.15.2\msvc2019_64\bin or whatever your Qt install path is.

Windows Qt creator

  1. Open QtCreator
  2. File -> Open file or project
  3. Choose the CMakeLists.txt from this repo that has been cloned with --recursive
  4. Build -> Build all projects

qt-editor's People

Contributors

mouzedrift avatar mrsapps avatar gprokaru avatar rozniak avatar kamil-sita avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.