https://github.com/inflagames/ogre3d-template
Is a template to start a new project with ogre3d
https://github.com/inflagames/ogre3d-template
Last synced: 11 months ago
JSON representation
Is a template to start a new project with ogre3d
- Host: GitHub
- URL: https://github.com/inflagames/ogre3d-template
- Owner: inflagames
- License: apache-2.0
- Created: 2021-11-04T22:04:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T10:10:54.000Z (over 4 years ago)
- Last Synced: 2025-01-12T18:52:21.339Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](./LICENSE.md)
# Contributions
All contributions are welcome.