Update README.md

This commit is contained in:
Lyon 2022-05-23 10:03:49 +08:00 committed by GitHub
parent f0e3e587f4
commit 3245fecb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,9 @@ PikaScript is an ultra-lightweight Python engine with zero dependencies and zero
<img src="https://user-images.githubusercontent.com/88232613/147799704-d79345da-a2b9-4593-b1eb-ff9de127429a.png" width="500"/>
It's very easy to bind C function to python module with the help of Pika Pre-compiler.
Only write the API of python in `.pyi` and the bindings are autoly generated by Pre-compiler.
It's very easy to bind C function to python module with the help of Pika Pre-compiler.Only write the API of python in `.pyi` and the bindings are autoly generated by Pre-compiler.
The Pre-compiler is fully open-source, and the source code is in the [tools](https://github.com/pikasTech/pikascript/tree/master/tools) repo.
![image-20220520233540245](document/image/image-20220520233540245.png)