File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ More information on how to build raylib can be found in the [raylib wiki pages](
50
50
51
51
### Constant values
52
52
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 ) .
56
55
57
56
### Structures
58
57
@@ -201,3 +200,8 @@ though that these operators apply in positional fashion):
201
200
" (0.0, 0.5, 0.840)"
202
201
```
203
202
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.
You can’t perform that action at this time.
0 commit comments