mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-27 13:39:54 +03:00
Readme change. Again.
This commit is contained in:
parent
83022c7cf0
commit
6e0edcbd0d
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -22,15 +22,24 @@ mixin runGame!(ready, update, finish);
|
||||||
|
|
||||||
## Batteries Included
|
## Batteries Included
|
||||||
|
|
||||||
|
Parin is packed with powerful features to get you started quickly:
|
||||||
|
|
||||||
* Intuitive immediate mode UI
|
* Intuitive immediate mode UI
|
||||||
* Flexible dialogue system with a stack-oriented scripting language
|
* Flexible dialogue system with a stack-oriented scripting language
|
||||||
* Atlas-based animation library
|
* Atlas-based animation library
|
||||||
* ...and more!
|
* ...and more!
|
||||||
|
|
||||||
## Supported Platforms
|
## Cross-Platform
|
||||||
|
|
||||||
|
Parin lets you to build games for multiple platforms with ease:
|
||||||
|
|
||||||
* PC: Windows, Linux, Mac
|
* PC: Windows, Linux, Mac
|
||||||
* WebAssembly
|
* WebAssembly
|
||||||
|
* ...and more in the future!
|
||||||
|
|
||||||
|
## Open-Source
|
||||||
|
|
||||||
|
Parin is MIT-licensed and free to use forever.
|
||||||
|
|
||||||
## Projects Made With Parin
|
## Projects Made With Parin
|
||||||
|
|
||||||
|
@ -73,5 +82,5 @@ sudo pacman -S alsa-lib mesa libx11 libxrandr libxi libxcursor libxinerama
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Start with the [examples](https://github.com/Kapendev/parin/tree/main/examples) folder for a quick overview.
|
Start with the [examples](./examples/) folder for a quick overview.
|
||||||
For more details, check the [tour](https://kapendev.github.io/parin-website/pages/tour.html) page.
|
For more details, check the [tour](https://kapendev.github.io/parin-website/pages/tour.html) page.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue