|
|
@@ -1,4 +1,4 @@
|
|
|
-The flexible game engine. [](https://travis-ci.org/taylor001/crown) [](https://ci.appveyor.com/project/taylor001/crown) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6FQMPUQQ8KQKW)
|
|
|
+The flexible game engine. [](https://travis-ci.org/taylor001/crown) [](https://ci.appveyor.com/project/taylor001/crown) [](https://gitter.im/taylor001/crown?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6FQMPUQQ8KQKW)
|
|
|
=====================================
|
|
|
|
|
|
Crown is a general purpose data-driven game engine, written from scratch in [orthodox C++](https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b) with a minimalistic and data-oriented design philosophy in mind.
|
|
|
@@ -11,6 +11,15 @@ It is loosely inspired by Bitsquid (now Stingray) engine and its design principl
|
|
|
* [Lua API](http://taylor001.github.io/crown/lua_api.html)
|
|
|
* [C++ API](http://taylor001.github.io/crown/doxygen/modules)
|
|
|
|
|
|
+##Download
|
|
|
+
|
|
|
+### Linux (Tarball)
|
|
|
+[pepper-0.0.23-linux-x64.tar.gz](https://github.com/taylor001/crown/releases/download/v0.0.23/pepper-0.0.23-linux-x64.tar.gz)
|
|
|
+
|
|
|
+### ArchLinux
|
|
|
+
|
|
|
+ $ yaourt -S pepper
|
|
|
+
|
|
|
##Screenshots
|
|
|
|
|
|
###[Level Editor](https://github.com/taylor001/crown/tree/master/tools/level_editor)
|
|
|
@@ -28,14 +37,6 @@ Engine initialization and shutdown.
|
|
|
###[01-physics](https://github.com/taylor001/crown/tree/master/samples/01-physics)
|
|
|

|
|
|
|
|
|
-##Download
|
|
|
-
|
|
|
-Linux: [pepper-0.0.23-linux-x64.tar.gz](https://github.com/taylor001/crown/releases/download/v0.0.23/pepper-0.0.23-linux-x64.tar.gz)
|
|
|
-
|
|
|
-### ArchLinux
|
|
|
-
|
|
|
- $ yaourt -S pepper && pepper
|
|
|
-
|
|
|
##Building
|
|
|
|
|
|
### Prerequisites
|