Skip to content

max2320/QtSphere-IDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtSphere IDE

A cross-platform IDE for the Sphere game engine

Screenshot

Dependencies

  • Qt5 (duh)
  • qmake (it may or may not come with Qt5)
  • Qt Creator (optional but recommended for development)
  • Qt5 multimedia module (for the sound player)
    • The package name will vary from Linux distribution to Linux distribution. For example, it's "qt5-multimedia" in Arch Linux and "qtmultimedia5-dev" in Ubuntu.
    • It may or may not come standard for the Windows and macOS Qt package.

Compilation

Building this in Qt Creator will make things a lot easier and more convenient. When you open the QtSphereIDE.pro project file in Qt Creator and it takes you to the .user project creation screen, while it isn't required, setting the build directories to the repository root will make things cleaner. You can ignore the warnings.

If you're weird and insist on using a terminal, just do:

qmake src/
make
./build/QtSphereIDE

About

A cross-platform IDE for the Sphere game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.9%
  • QMake 1.1%