added readme for pyglet_rs

This commit is contained in:
shenjack 2023-03-25 20:27:22 +08:00
parent 412c3f1b7f
commit ede112df8b

24
libs/pyglet_rs/README.md Normal file
View File

@ -0,0 +1,24 @@
# pyglet_rs
This is a folder about pyglet_rs.
## What is pyglet_rs?
pyglet_rs is a python library that patches pyglet to use rust to make it faster!
## requirements
- pyo3 `0.18.1`
- no more
## status
- still writing
## usage
```python
import pyglet_rs
pyglet_rs.patch_sprite()
import pyglet
...
```