clean-project icon indicating copy to clipboard operation
clean-project copied to clipboard

A clean ogre project with cmake

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.10 :question: :question: :question:
Ogre 1.9 :heavy_check_mark: :heavy_check_mark: :heavy_check_mark:
Ogre 1.8 :heavy_check_mark: :heavy_check_mark: :heavy_check_mark:
Ogre 1.7 :heavy_check_mark: :x: :x:

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!