-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
126 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ NUNITO_LIGHT | |
SAIRACONDENSED_EXTRABOLD | ||
``` | ||
|
||
[Back](<https://dimkauzh.github.io/fusion-engine/docs/index.html>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Api | ||
|
||
Welcome to our api! Here you will find all functions that exist in fusion engine and what arguments they get. | ||
We have seperated the api in some parts, like main api, color api and more. You choose one you need. | ||
Can't find something? Then try looking in the main api/ | ||
So have luck! | ||
|
||
## Table of contents | ||
- [Main API](api.md) | ||
- Main | ||
- Window | ||
- Event | ||
- Draw | ||
- Image | ||
- Body | ||
- Shape | ||
- UI | ||
- Debug | ||
- Vector | ||
- Sound | ||
-[Color API](color.md) | ||
-[Font API](fonts.md) | ||
-[Key API](keys.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Wiki | ||
|
||
Welcome to our wiki! Here you will find all function with their small explanaion and how to use them. | ||
We have seperated the wiki in some parts, like main wiki, color wiki and more. You choose one you need. | ||
Can't find something? Then try looking in the main wiki | ||
So have luck! | ||
|
||
### Table of contents | ||
|
||
- [Main Wiki](wiki.md) | ||
- Create Window | ||
- Start Loop | ||
- Default Message | ||
- Set Background Color | ||
- DeltaTime | ||
- Predefined Shapes | ||
- Window Icon | ||
- Set FPS | ||
- Vectors | ||
- Draw a Line] | ||
- Draw Rectangle | ||
- Draw Image | ||
- Create Entity | ||
- Sound | ||
- Storage System | ||
- Keyboard Input | ||
- User Interface (UI) | ||
- Using Pygame] | ||
- Quit | ||
- [Color Wiki](color.md) | ||
- [Font Wiki](fonts.md) | ||
- [Key Wiki](keys.md) | ||
- [Math Wiki](math.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
site_name: Fusion Engine | ||
|
||
nav: | ||
- Home: 'index.md' | ||
- Wiki: 'wiki/index.md' | ||
- Api: 'api/index.md' | ||
- Tutorial: 'tutorials/index.md' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters