comparison doc/api-js.rst @ 191:633a25df450e

molko-js: miscellaneous fixes While here, import sphinx as experimental documentation.
author David Demelier <markand@malikania.fr>
date Sat, 07 Nov 2020 15:40:34 +0100
parents
children d6f217a5e4b1
comparison
equal deleted inserted replaced
190:5dc57029b9f1 191:633a25df450e
1 ==============
2 Javascript API
3 ==============
4
5 The Javascript API is designed to allow developing RPG games in a more
6 convenient, quicker and more flexible way. By using the Javascript API you may
7 deploy your game without having to compile the project for every platform.
8
9 See the following topics to learn how to write your very first game.
10
11 .. toctree::
12 :hidden:
13
14 api-js-starter
15
16 Javascript modules
17 ------------------
18
19 List of all available modules.
20
21 .. toctree::
22 :maxdepth: 1
23
24 api-molko-clock
25 api-molko-event
26 api-molko-font
27 api-molko-painter
28 api-molko-sprite
29 api-molko-texture
30 api-molko-util
31 api-molko-window
32
33 Conformance
34 -----------
35
36 The Javascript engine is powered by Duktape_, it supports ECMAScript 5.1 with
37 some extensions of newer specifications. See the official `features tables`_ for
38 more information.
39
40 .. _Duktape: http://duktape.org
41 .. _features tables: https://wiki.duktape.org/postes5features