Łukasz Marek
Łukasz Marek
please make tic tac toe
How using renderer and cache renderer for writing a text?
``` $export BITRATE=1200 $amodem -h Traceback (most recent call last): File "/home/user/.local/bin/amodem", line 8, in sys.exit(_main()) File "/home/user/.local/lib/python3.8/site-packages/amodem/__main__.py", line 217, in _main config.modem_bps / 1e3, len(config.symbols), AttributeError: 'NoneType' object has...
Is possible sharing sesion similar https://tmate.io/ or other way. I would showing my friend nice console program and dont know how to do this
I write a program in SDL2. Im need Windows System in dev mode. I'm not using OpenGL. I need use both: my program and Nuclear. How writing simple as possible...
``` python train.py Traceback (most recent call last): File "train.py", line 11, in from model import Model File "/home/user/word-rnn-tensorflow/model.py", line 3, in from tensorflow.contrib import legacy_seq2seq ImportError: cannot import name...
What I made wrong? Is possible draw a line directly on background? ``` /* ------- /nuklear/demo/sdl_opengl3 but must working on every backend ------ */ /* Draw */ SDL_GetWindowSize(win, &win_width, &win_height);...
I download a demo/sdl_opengl3, it working. How draw a line on main window? Where i can put my code? i put it after /* draw */ but not working ```...
SDL2
In future SDL2 backend will be created?