Difficult-Rocket/libs/pyglet_rs/README.md

25 lines
308 B
Markdown
Raw Normal View History

2023-03-25 20:27:22 +08:00
# 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
...
```