-
### OS
Windows
### Operating System version
Windows 11
### Visual Studio Code version
1.92.1
### ESP-IDF version
5.3.0
### Python version
3.12.1
### Doctor command output…
-
The origin for lines is "offset" by one.
I have to draw at 1 for the line to show in the first pixel on screen(0).
```python
this works:
draw_line(1, 0, 0, 450, RED)
draw_line(0,1,800, 0,RED)
…
2ant updated
4 months ago
-
Is it possible to create multiple windows and render different scenes on those windows?
-
### Enhancement Summary
I propose that LMMS should switch to using Godot, rather than QT, for its user interface and input handling. Possibly audio as well, although I'm not sure if Godot's sound sys…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
Many users have complained for a long time about the performance in GDS…
reduz updated
2 months ago
-
Hi!
How are the raylib-structs in python supposed to be used?
In this example: Vector2
Exception has occurred: AttributeError
module 'raylib' has no attribute 'Vector2'_
```
import raylib
…
-
I was trying a Hello World example, until when it came to `clear_background(),` it won't run because the default colors are recognized as tuples with literal values instead of color classes.
I had …
UrieW updated
4 months ago
-
Raylib has a lot of same named functions to windows.h such as Rectangle, LoadImage, DrawText etc etc. Could we get some kind of workaround for this?
-
Noob here.
Running raspbian bullseye (64-bit version). Haven't tested 32-bit OS version.
running quickstart program.
```
Traceback (most recent call last):
File "/home/pi/.pyenv/versions/…
-
**Describe the project you are working on:**
I am working on an app that needs updates often due to new features.
**Describe the problem or limitation you are having in your project:**
Replacing …