Comment on Permafrost engine – An OpenGL RTS game engine written in CparentComments−nurettin3yIt can be done if you can offload some the work to C libraries and the gpu, preferably with zero copy. It will be very constrained, because you won't have parallel threads and a fast game loop to begin with.−sgt3yPyGame is probably better there - for simple 2D games.
Comments
It can be done if you can offload some the work to C libraries and the gpu, preferably with zero copy. It will be very constrained, because you won't have parallel threads and a fast game loop to begin with.
PyGame is probably better there - for simple 2D games.