krane
Results
1
comments of
krane
thank you dude for anyone that has imgui already running and just want to implement use this ``` image = pygame.image.load("yourimage.png") textureSurface = pygame.transform.flip(image, False, True) textureData = pygame.image.tostring(textureSurface, "RGBA",...