pixelflut
pixelflut copied to clipboard
Multiplayer canvas
Don't worry i tested it.
- fix core on exit under load - check for malloc fail - call order fixed - streamline error messages - two whitespace fixes
it seems `` evutil_make_socket_nonblocking`` needs to be called *before* ` bufferevent_socket_new` (around line 183 in net.c) at least in debug mode event2 complains about it (when enabling debug with `...
the arg for the port in net.c is not used in line 192
Currently the project has no license file. This is obviously problematic. It'd be a good idea to license under the (A)GPL or similar :)
I tried to run Pixelflut on Ubuntu 22.04. Maybe the python version is too new? Which version should I use? ``` $ python3 --version && python3 pixelflut.py brain.py Python 3.10.6...
The `/pixelfut` server is written in `python2`, which was officially [deprecated](https://www.python.org/doc/sunset-python-2/) in 2020. To encapsulate this deprecated software stack and to keep the system dependencies clean, I recommend to use...
Raspberry PI does not support OpenGL/GLFW very well. The easiest approach would be to add a `canvas_fb.c` that implements the canvas interface but writes directly to a mapped `/dev/fb0`, which...