2020-12-13 18:39:12 +08:00
|
|
|
"""
|
|
|
|
writen by shenjackyuanjie
|
|
|
|
mail: 3695888@qq.com
|
|
|
|
"""
|
|
|
|
|
2020-12-14 22:31:34 +08:00
|
|
|
import libs
|
2020-12-13 18:39:12 +08:00
|
|
|
import pyglet
|
|
|
|
import threading
|
|
|
|
|
|
|
|
from pyglet.app import run
|
|
|
|
from pyglet.window import Window
|
|
|
|
from pyglet.resource import image
|
|
|
|
|
|
|
|
class RenderThread(threading.Thread):
|
2020-12-14 22:31:34 +08:00
|
|
|
def __init__(self, threadID, delivery_class):
|
2020-12-13 18:39:12 +08:00
|
|
|
pass
|