mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-26 21:19:56 +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
|
||||
|
||||
Parin is packed with powerful features to get you started quickly:
|
||||
|
||||
* Intuitive immediate mode UI
|
||||
* Flexible dialogue system with a stack-oriented scripting language
|
||||
* Atlas-based animation library
|
||||
* ...and more!
|
||||
|
||||
## Supported Platforms
|
||||
## Cross-Platform
|
||||
|
||||
Parin lets you to build games for multiple platforms with ease:
|
||||
|
||||
* PC: Windows, Linux, Mac
|
||||
* WebAssembly
|
||||
* ...and more in the future!
|
||||
|
||||
## Open-Source
|
||||
|
||||
Parin is MIT-licensed and free to use forever.
|
||||
|
||||
## Projects Made With Parin
|
||||
|
||||
|
@ -73,5 +82,5 @@ sudo pacman -S alsa-lib mesa libx11 libxrandr libxi libxcursor libxinerama
|
|||
|
||||
## 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue