Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

ogre3d/clean-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.10
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!

Releases

No releases published

Packages

No packages published