2
0
Эх сурвалжийг харах

Merge branch 'master' of github.com:taylor001/crown

Daniele Bartolini 10 жил өмнө
parent
commit
b2f4e63e66
1 өөрчлөгдсөн 5 нэмэгдсэн , 19 устгасан
  1. 5 19
      README.md

+ 5 - 19
README.md

@@ -6,12 +6,10 @@ Lightweight and flexible cross-platform game engine.
 
 ##What is it?
 
-It is a general purpose data-driven game engine, written from scratch with a minimalistic and data-oriented design philosophy in mind.
+It 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.
 
 It is loosely inspired by Bitsquid (now Stingray) engine and its design principles; the current Lua API is similar to that of Bitsquid but this engine is *not* meant to be its clone *nor* to be API compatible with it.
 
-It is written in [Orthodox C++](https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b).
-
 ##Supported platforms
 
  * Android (14+, ARM)
@@ -43,10 +41,6 @@ Engine initialization and shutdown.
 
 ##Building
 
-### Getting source
-
-	$ git clone https://github.com/taylor001/crown.git
-
 ### Prerequisites
 
 ### Prerequisites for Android
@@ -78,13 +72,6 @@ To run a sample on 64-bit linux debug mode:
     $ cd build/linux64/bin
 	$ ./linux-debug-64 --source-dir <full/sample/path> --bundle-dir <full/destination/path> --compile --platform linux --continue
 
-Contact
--------
-
-Daniele Bartolini ([@aa_dani_bart](https://twitter.com/aa_dani_bart))
-
-Project page: https://github.com/taylor001/crown
-
 Support
 -------
 
@@ -92,13 +79,12 @@ I'm an independent developer and your contributions are invaluable to me. If you
 
 [![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6FQMPUQQ8KQKW)
 
-Contributors
-------------
+Contact
+-------
 
-In alphabetical order.
+Daniele Bartolini ([@aa_dani_bart](https://twitter.com/aa_dani_bart))
 
-Michele Rossi ([@mikymod](https://github.com/mikymod))  
-Simone Boscaratto ([@Xed89](https://github.com/Xed89))
+Project page: https://github.com/taylor001/crown
 
 License
 -------