From 54ca0739a33b8cc4297e20b482ce96af5a38bd6f Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Sat, 18 May 2024 21:43:14 +0200 Subject: [PATCH] update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e203f8a18e0..6901a6c20f8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ classes. | Linux, OSX, Android, iOS | [![CI Build](https://github.com/OGRECave/ogre/workflows/CI%20Build/badge.svg?branch=master)](https://github.com/OGRECave/ogre/actions?query=branch%3Amaster) | | MSVC | [![Build status](https://ci.appveyor.com/api/projects/status/kcki7y0n1ahrggdw/branch/master?svg=true)](https://ci.appveyor.com/project/paroj/ogre-bsrh7/branch/master) | +### Citing +If you use Ogre in your research, please cite it like this: + +```bibtex + @misc{rojtberg2024ogre, + author = "{Rojtberg, Pavel and Rogers, David and Streeting, Steve and others}", + title = "OGRE scene-oriented, flexible 3D engine", + year = "2001 -- 2024", + howpublished = "\url{https://www.ogre3d.org/}", + } +``` + ## Index Of Contents * [What's New?](Docs/14-Notes.md) A summary of the new and altered features in this release. @@ -33,6 +45,7 @@ A gold mine of tutorials, tips and code snippets which will help you get up to s ## Try it * [Online Emscripten Demo](https://ogrecave.github.io/ogre/emscripten/) +* [Windows Demos Distribution](https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/master/ogre-sdk-master-msvc142-x64.zip) * [Linux Snap Package](https://snapcraft.io/ogre) * [Android App on F-Droid](https://f-droid.org/packages/org.ogre.browser/)