python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SDL_BlitSurface in PySDL2 causing segfault on larger surfaces
Background
I am creating a window with pysdl2 and using SDL_Blit_Surface for embedding a skia-python surface inside this window with the following code:
import skia
import sdl2 as sdl
from ctypes impo...

Sujal Singh
Votes: 0
Answers: 1
How to embed skia python surface inside pysdl2
I am trying to embed skia-python's surface inside a window rather than output to a image file. I am using pysdl2 to create the window using the following code from the documentation:
import sys
import...

Sujal Singh
Votes: 0
Answers: 1