-
It worked one time and all other tries give me this error:
`Error from open ai: {"message":"Something went wrong processing one of your images.","type":"server_error","param":null,"code":null}`
…
-
## I want to draw this camera position to top and wants to remaining layout as it is along with ResultPoints.
-
I got a wrong result when I call on_draw() function which include a for loop to upload different texture.
There is my code:
```
@window.event
def on_draw(dt): \\n
window.clear((0, 0,…
-
Hello,
Thank you for the PainterNode, it seems that it may be immensely helpful for controlling composition.
I am having an issue where if I apply the CTRL+Z command to Undo, the PainterNode res…
-
So I've had a series of hard problems recently working on a drawing program like render time pixel snapping. Fully style-able and editable text with wrapping, images with rounded corners.
I have been…
-
```
Hi!
I would like to draw a simple 2D images to with droidar engine, but I don't
know how to do that, could you help me please?
Thanks and good job!
```
Original issue reported on code.google.c…
-
```
Hi!
I would like to draw a simple 2D images to with droidar engine, but I don't
know how to do that, could you help me please?
Thanks and good job!
```
Original issue reported on code.google.c…
-
It would be nice to support dark mode images for the image import tool. So when importing an image there would be an optional option to add a dark mode variant and create al the drawable-night variant…
-
### Description
The current behavior is that the splash screen is clipped on Android 12+. Previously, Android would just display the image as-is and you would have to do all the work yourself.
In …
-
Hi. I don't know why the markers draw by `latlong` and the directions draw by `waypoints` don't match location. As the doc, I remove the first point and last point of `latlong` to provide `waypoints` …