BearishSun hace 9 años
padre
commit
8ef0d581e6
Se han modificado 2 ficheros con 11 adiciones y 2 borrados
  1. 10 1
      Documentation/GitHub/features.md
  2. 1 1
      README.md

+ 10 - 1
Documentation/GitHub/features.md

@@ -23,8 +23,9 @@ All features listed here are the ones currently available (implemented). If you
   * Extensible importer system
   * Extensible importer system
   * Available importer plugins for:
   * Available importer plugins for:
     * FBX, OBJ, DAE meshes
     * FBX, OBJ, DAE meshes
-    * PNG, PSD, BMP, JPG, ... images
+    * PNG, PSD, BMP, JPG, etc. images
     * OTF, TTF fonts
     * OTF, TTF fonts
+	* OGG, FLAC, WAV, MP3 sounds
     * HLSL9, HLSL11, GLSL shaders
     * HLSL9, HLSL11, GLSL shaders
 * __GUI system__
 * __GUI system__
   * Unicode text rendering and input
   * Unicode text rendering and input
@@ -64,6 +65,14 @@ All features listed here are the ones currently available (implemented). If you
 	* Save/load data with no additional code
 	* Save/load data with no additional code
 	* Handles complex types (e.g. array, list, dictionary) and references
 	* Handles complex types (e.g. array, list, dictionary) and references
 	* Fast and small memory footprint
 	* Fast and small memory footprint
+* __Audio__
+  * 3D sounds
+  * Music
+  * Streaming
+  * Multiple backends
+    * OpenAL
+	* FMOD
+	* Extensible to others
 * __Other__
 * __Other__
   * CPU & GPU profiler
   * CPU & GPU profiler
   * Advanced run-time type information for C++ code
   * Advanced run-time type information for C++ code

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # What is Banshee? 
 # What is Banshee? 
-A high quality modern game development toolkit. It provides a **high performance multi-threaded game engine** written in C++14 that runs 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).
+A high quality modern game development toolkit. It provides a **high performance multi-threaded game engine** written in C++14 that runs 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, audio, 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 the exact needs of their projects.
 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 the exact needs of their projects.