heavy overhaul of documentation organizaton
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# Prosperon Docs
|
||||
# Getting Started
|
||||
|
||||
Prosperon is based around a Javascript-like language, made to enable the fastest way to make computer games, in a cross platform way.
|
||||
Prosperon is based around a Javascript-like language, named "dull", engineered to be the quickest way to make computer games.
|
||||
|
||||
This was done to make programs simpler, faster, and easier to maintain. Much Javascript code from before ES6 is compatible.
|
||||
## Installation
|
||||
|
||||
## A quick example
|
||||
|
||||
## API usage
|
||||
A lot of the API usage is informed from 'duck typing'. If something "looks" like a camera - it can be used like one! If something "looks" like a sprite, it can be used like one! There are fast paths on nearly everything for well defined objects
|
||||
|
||||
Reference in New Issue
Block a user