Skip to content

Commit 09f5c07

Browse files
committed
Merge branch 'master' of https://github.com/overdev/raylibpy
2 parents 37b20ec + 64233db commit 09f5c07

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ More information on how to build raylib can be found in the [raylib wiki pages](
5050

5151
### Constant values
5252

53-
All C `#define`s and `enum`s got translated to Python 'constants'. Enums may, in the future,
54-
be converted to Python [enums](https://docs.python.org/3/library/enum.html), if
55-
`ctypes` allows it.
53+
All C `#define`s got translated to Python 'constants'. Enums got translated to
54+
Python [enums](https://docs.python.org/3/library/enum.html).
5655

5756
### Structures
5857

@@ -201,3 +200,8 @@ though that these operators apply in positional fashion):
201200
"(0.0, 0.5, 0.840)"
202201
```
203202

203+
## extras
204+
205+
raylibpy has the extra module [`easings`](https://github.com/overdev/raylibpy/blob/master/raylibpy/easings.py) for animations.
206+
207+
The current plan it to translate [rayGui](https://github.com/raysan5/raygui) and add it too.

0 commit comments

Comments
 (0)