I am trying to run a PyMunk simulation in a subprocess and get a floating point return value from a pipe, however every time I run the simulation I also get stuck with a Loading chipmunk for Linux (64bit) [/home/user/.local/lib/python3.7/site-packages/pymunk/libchipmunk.so
message.
I have already disabled the PyGame loading message with an os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1'
, however I can't find documentation for a similar variable in PyMunk.
I'd like to avoid writing files with the output I require, as its only a single float that I need to get.