ソースを参照

Updated readme

BearishSun 9 年 前
コミット
dd0d75bad4
1 ファイル変更4 行追加9 行削除
  1. 4 9
      README.md

+ 4 - 9
README.md

@@ -1,5 +1,4 @@
 # What is Banshee?
-
 A high quality modern game development toolkit. Provides a **high performance multi-threaded game engine** written in C++14 that can run 2D and 3D games. The engine offers a wide variety of high level systems needed for game development, ranging from math and utility libraries, to DirectX 11 and OpenGL support all the way to input, GUI, physics, scripting and support for many popular resource formats (e.g. FBX, PNG, PSD, TTF).
 
 On top of the engine Banshee also provides a highly intuitive and customizable **editor** that is easy to use by artists, designers and programmers alike. The editor allows you to manage all your project's assets, build levels, compile scripts, test and publish your game. Editor is also fully extensible via scripting to ensure developers can easily customize it for their own needs.
@@ -8,23 +7,19 @@ The scripting system supports C# and comes with an extensive API ensuring you ca
 
 Aside from being a fully featured game engine and toolkit, Banshee also aims to provide a **high quality codebase foundation for future technologies**, so others may build and improve upon it. This is reflected in Banshee's architecture which is split into multiple layers allowing developers to use only the functionality they needed, as well as its plugin oriented approach which allows developers to fully remove or replace major engine systems with minimal hassle. You will find that Banshee's code is modern, with clean interfaces that make it easy to learn and maintain. Platform specific functionality is kept at a minimum making porting as easy as possible. Additionally an extensive API reference, for both internals and user-facing code is provided with a full documentation of every non-trivial class and method, as well as a set of manuals introducting you to most major systems.
 
-# Media
-
-![Banshee Editor](http://bearishsun.thalassa.feralhosting.com/BansheeEditor.png "Banshee Editor")
-
-[Editor video overview] (https://youtu.be/WJsYOyCXGEU)
-
 # Learn more
-
 * [Features](Documentation/GitHub/features.md)
 * [Roadmap](Documentation/GitHub/roadmap.md)
 * [Download](Documentation/GitHub/install.md)
 * [Compiling](Documentation/GitHub/compiling.md)
 * [Documentation](Documentation/GitHub/documentation.md)
 * [License](Documentation/GitHub/license.md)
+# Media
+![Banshee Editor](http://bearishsun.thalassa.feralhosting.com/BansheeEditor.png "Banshee Editor")
 
-# About
+[Editor video overview] (https://youtu.be/WJsYOyCXGEU)
 
+# About
 Banshee was created and is developed by Marko Pintera. It started as a hobby project where I wanted to create a high quality codebase I can use for my own game projects, as well as learn something new along the way. Eventually it evolved into something bigger and I decided to share it with the world. It's still a work in progress but it's slowly closing in towards the first stable release.
 
 I'm happy to connect with other developers, so feel free to contact me at [e-mail] (http://scr.im/39d1) or add me on [LinkedIn] (https://goo.gl/t6pPPs).