Skip to content

inflagames/ogre3d-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ogre project (template)

Setup OGRE locally (UBUNTU)

Using the following script, the ogre project is automatically cloned, and installed in the target system.

./scripts/setup-ogre.sh

Build project (UBUNTU)

./scripts/build.sh

Build project inside docker

docker run -it -v /home/guille/CLionProjects/template:/app ggjnez92/ogre-ubuntu21:13.1.1 bash -c "cd /app && ./scripts/build.sh"

Start project

./build/template

NOTE: First the build should be executed

License

Apache 2.0

Contributions

All contributions are welcome.

About

Is a template to start a new project with ogre3d

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published