heavy overhaul of documentation organizaton

This commit is contained in:
2025-02-08 01:45:51 -06:00
parent 81b42eec67
commit c389e0744a
25 changed files with 591 additions and 1540 deletions

View File

@@ -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