add road map
This commit is contained in:
parent
ede112df8b
commit
d50f6ddf8a
@ -22,3 +22,21 @@ pyglet_rs.patch_sprite()
|
||||
import pyglet
|
||||
...
|
||||
```
|
||||
|
||||
## how to build
|
||||
|
||||
```powershell
|
||||
cd src
|
||||
./build.ps1
|
||||
```
|
||||
|
||||
## roadmap
|
||||
|
||||
- [ ] `pyglet.sprite.Sprite` patch (doing)
|
||||
|
||||
- [ ] `pyglet.math.Vec2` patch
|
||||
- [ ] `pyglet.math.Vec3` patch
|
||||
- [ ] `pyglet.math.Vec4` patch
|
||||
- [ ] `pyglet.math.Mat3(tuple)` patch
|
||||
- [ ] `pyglet.math.Mat4(tuple)` patch
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
* -------------------------------
|
||||
*/
|
||||
|
||||
mod math;
|
||||
mod sprite;
|
||||
|
||||
use pyo3::prelude::*;
|
||||
|
8
libs/pyglet_rs/src/src/math.rs
Normal file
8
libs/pyglet_rs/src/src/math.rs
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
* -------------------------------
|
||||
* Difficult Rocket
|
||||
* Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
||||
* All rights reserved
|
||||
* -------------------------------
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user