Skip to content

xissburg/clean-project

 
 

Repository files navigation

clean-project

Travis build status build status

A clean ogre project with cmake. It aims to be a start for Ogre based projects and to compile on as much different environment as possible.

Features

     | Travis Ubuntu 12.04 | Travis Ubuntu 14.04 | Gitlab CI Debian Jessie

---------|---------------------|---------------------|------------------------ Ogre 1.9 | ✔️ | ✔️ | ✔️ Ogre 1.8 | ✔️ | ✔️ | ✔️ Ogre 1.7 | ✔️ | ❌ | ❌

Roadmap

  • Ogre 2.0 and 2.1 support.
  • Travis Mac support.
  • Appveyor support.
  • Android build.
  • Mingw cross-compilation support (build 32bits from 64bits and vice versa).
  • Mingw Windows build.
  • Maybe some unit tests?

Build

mkdir build
cd build
cmake ..
make
make install

Contributions

... are highly welcomed!

About

A clean ogre project with cmake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.9%
  • C 22.8%
  • CMake 10.0%
  • Objective-C++ 4.8%
  • Objective-C 0.5%