Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rafis/ogre-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

ogre-sample

Ogre3D project template is (削除) ready to be used (削除ここまで) (make fork and pull requests to make it usable) in experimental projects to learn Ogre3D, featuring:

  • Oriented to Ogre3D 1.9, 1.10 (for Ogre3D 2.1 look here)
  • OIS Mouse and Keyboard
  • Basic camera controller (striped from OgreBites)
  • No GUI/HUD/SDK Tray

Installation on Windows

Change project name in CMakeLists.txt and use cmake-gui.

Installation on Linux/OS X

For example you want to create ogre-myapp1, rough steps are following:

git clone https://github.com/rafis/ogre-sample.git
cp -ar ogre-sample ogre-myapp1
cd ogre-myapp1
sed -i 's/ogre-sample/ogre-myapp1/g' CMakeLists.txt
cd ..
mkdir ogre-myapp1-bin
cd ogre-myapp1-bin
cmake ../ogre-myapp1 -DCMAKE_BUILD_TYPE="Debug"
make
cd ogre-myapp1/bin
./ogre-myapp1

Other templates

About

Ogre3D CMake project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /