|
|
@@ -1,6 +1,6 @@
|
|
|
# BansheeEngine
|
|
|
|
|
|
-A modern open-source game development toolkit. It aims to provide simple yet powerful environment for creating games and other graphical applications. A wide range of features are available, ranging from a math and utility library, to DirectX 11 and OpenGL render systems all the way to asset processing, fully featured editor and C# scripting.
|
|
|
+A modern open-source game development toolkit. It aims to provide simple yet powerful environment for creating 3D/2D games and other graphical applications. A wide range of features are available, ranging from a math and utility library, to DirectX 11 and OpenGL render systems all the way to asset processing, physics, GUI, fully featured editor and C# scripting.
|
|
|
|
|
|
For game developers Banshee aims to provide a complete set of tools and APIs needed to make a game from start to finish. It provides a highly intuitive and customizable editor that is easy to use by artists, designers and programmers alike, supporting development stages from asset management, scene building, scripting to game publishing. C# scripting makes your development easier by giving you access to the entire .NET library, along with fast iterations times while being safe and easy to write. Editor is fully extensible with the help of specially developed scripting API so you may customize it for exact needs of your project.
|
|
|
|
|
|
@@ -12,10 +12,17 @@ For engine developers it aims to provide a high quality foundation to build and
|
|
|
|
|
|
## Learn more
|
|
|
|
|
|
-* [Features](blob/preview/Documentation/GitHub/features.md)
|
|
|
-* [Roadmap](blob/preview/Documentation/GitHub/roadmap.md)
|
|
|
-* [Install](blob/preview/Documentation/GitHub/install.md)
|
|
|
-* [Compiling](blob/preview/Documentation/GitHub/compiling.md)
|
|
|
-* [Documentation](blob/preview/Documentation/GitHub/documentation.md)
|
|
|
-* [License](blob/preview/Documentation/GitHub/license.md)
|
|
|
-* [About](blob/preview/Documentation/GitHub/about.md)
|
|
|
+* [Features](Documentation/GitHub/features.md)
|
|
|
+* [Roadmap](Documentation/GitHub/roadmap.md)
|
|
|
+* [Install](Documentation/GitHub/install.md)
|
|
|
+* [Compiling](Documentation/GitHub/compiling.md)
|
|
|
+* [Documentation](Documentation/GitHub/documentation.md)
|
|
|
+* [License](Documentation/GitHub/license.md)
|
|
|
+
|
|
|
+## About
|
|
|
+
|
|
|
+Banshee was created and is developed by Marko Pintera. Its primary goal to provide an extremely intuitive interface for developing games, while having high quality graphics, with optimized and fast code. Another major goal is to design an engine that is truly extensible so others can easily learn and modify it, as well as use it as a basis for their own engines and other projects. For that reason a special care has been taken to design it neatly with no shortcuts and to fully document the code.
|
|
|
+
|
|
|
+This project was born as a dream to create a game engine on my own. I wanted primarily to learn about every aspect of engine development and to create a quality codebase I can use for my own game projects. Eventually it evolved into something bigger and I decided to share it with the world. It's still a work in progress but I believe its moving towards being something pretty great!
|
|
|
+
|
|
|
+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).
|