From 4a5f0d81b8396403eec66d2be90b0f7c0966e0b2 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 10 Mar 2018 21:26:07 +0000 Subject: [Travis] Rebuilding documentation --- md_README.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'md_README.html') diff --git a/md_README.html b/md_README.html index 4ca1469b..44981ce8 100644 --- a/md_README.html +++ b/md_README.html @@ -99,6 +99,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

``` shell mkdir -p build cd build cmake .. ```

The test suite can then be run using

``` shell cd build/tests && ctest ```

+

Using the game engine

+

The game engine can be initialised as follows.

+

``` c++ yage::init(); ```

+

It can be then cleaned up by running.

+

``` objective-c++ yage::quit(); ```

Future Improvements

The first step is to have full support of 3D meshes with their corresponding textures, and making a useful API to interact with the 3D YAGE library.

Secondly, improvements to the Entity Component System

@@ -107,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); -- cgit