mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
163c5d1090
commit
c58672dd23
@ -25,7 +25,7 @@ pkpy is extremely easy to embed via a single header file `pocketpy.h`, without e
|
|||||||
|
|
||||||
Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/).
|
Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/).
|
||||||
|
|
||||||
## Quick start
|
## Quick Start
|
||||||
|
|
||||||
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
|
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
|
||||||
And `#include` it in your project.
|
And `#include` it in your project.
|
||||||
@ -37,7 +37,7 @@ These variables can be set to control the build process:
|
|||||||
|
|
||||||
If you are working with [Unity Engine](https://unity.com/), you can download our plugin [PocketPython](https://assetstore.unity.com/packages/tools/visual-scripting/pocketpy-241120) on the Asset Store.
|
If you are working with [Unity Engine](https://unity.com/), you can download our plugin [PocketPython](https://assetstore.unity.com/packages/tools/visual-scripting/pocketpy-241120) on the Asset Store.
|
||||||
|
|
||||||
### Compile flags
|
### Compile Flags
|
||||||
|
|
||||||
To compile it with your project, these flags must be set:
|
To compile it with your project, these flags must be set:
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <random>
|
#include <random>
|
||||||
|
|
||||||
#define PK_VERSION "1.2.0"
|
#define PK_VERSION "1.2.1"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user