An open API service indexing awesome lists of open source software.

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

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.