Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FluXy/ceed-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEED C++ (CEguiEDitor)

CEED C++ is a GPL3-licensed, cross-platform, C++ port of the (now unmaintained) python CEED.
It provides a multi-tab CEGUI layout designer and imageset editor.

Collaborators are highly welcome.

Dependencies

  1. QtnProperty - a Qt property framework. Sources are included;
  2. CEGUI (default branch) with the OpenGLRenderer or OpenGL3Renderer;
  3. Qt (Only tested with QT 5.12 yet, older versions down to 5.8 inclusive should also work).

Preparing CEGUI

Windows: build CEGUI and either place it into /3rdParty/CEGUI/[bin, lib, include, dependencies] or fix your local .pro file to point to the build. Prebuilt CEGUI to be included in the near future.

Building with Qt Creator 4.x

Open the Editor.pro with Qt Creator

Building with MSVC 2015 or later

Use your favorite shell to go into the ceed-cpp directory, and run:

qmake -tp vc

You can then build it using the generated Visual Studio project files.
QT 5.12 seems to only support x64 with MSVC 2015. With MSVC 2017 the x86 and x64 target is supported

Acknowledgements

  • The python CEED Team and contributors for the original source code this is based off of.

About

CEED (CEGUI unified editor) port to C++ and Qt 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.4%
  • Python 38.7%
  • QMake 0.9%