Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories β IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2023-03-29 00:00:00Z and 2023-03-30 00:00:00Z
you can't. but in games that don't require pixel-perfect precision. it doesn't matter.
11:12
eg.: Controller is better than keyboard, but isn't better than mouse in Teeworlds (even with gyro)(edited)
11:12
but that's mainly because some humangos decided to invent edge hooks
11:15
i wasn't sure if the steamdeck got it. I just guessed. lolololol
A popular feature on the Steam Deck is the Gyroscope controls, which allow players to look around the scenery in a 3D game without moving the control sticks.
I need someone that knows a fair bit so they can help me figure out why I feel like there should be some intuitive reason as to how we derive the controllable canonical form
15:34
All the resources I can find just do the classic math professor method where they use arcane knowledge to make some definition that makes no sense to make and work backwards
With neural networks you are sort of approximating a system that gives answers "close enough" to the desired outputs for the desired inputs. In control theory the system is set in stone. You don't get to modify it's rules, you have a desired output and you have to find the series of inputs needed to get there
Learath2
With neural networks you are sort of approximating a system that gives answers "close enough" to the desired outputs for the desired inputs. In control theory the system is set in stone. You don't get to modify it's rules, you have a desired output and you have to find the series of inputs needed to get there
What do you guys think about adding background to the skin preview in #📬submit-skins? I'm using discord in dark mode (like any sane person) and since the last skins were a bit dark, the contrast is not that great. Maybe something like they did on skins.tw?
yeah i think that should not update it ever as long as it ever existed
Dragere
What do you guys think about adding background to the skin preview in #📬submit-skins? I'm using discord in dark mode (like any sane person) and since the last skins were a bit dark, the contrast is not that great. Maybe something like they did on skins.tw?
```
2023-03-29 18:06:39 I engine: running on windows-win64-amd64
2023-03-29 18:06:39 I engine: arch is little endian
2023-03-29 18:06:39 I engine: operation system version: Windows 10.0.19041.2546
2023-03-29 18:06:39 I storage: added path '$USERDIR' ('C:\Users\AppData\Roaming/Teeworlds')
2023-03-29 18:06:39 I storage: added path '$DATADIR' ('data')
2023-03-29 18:06:39 I storage: added path '$CURRENTDIR' ('C:\Users\Downloads\DDNet-16.8-win64')
2023-03-29 18:06:39 I discord: error init...
default
how about you configure your monitor properly
oh wait. I take it back. I use a custom theme for discord. (edited)
Is there even any value to representing a compiler as a dynamical system? It'd be such a high order system, could you even solve a matrix of that size even?
about this
it will not kill perf completely if u upload it at once, the size is not the problem if that's your concern
only thing i can say is, that with OpenGL i never matched OGL 1.x perf(which has API that directly takes RAM pointer)
with vk i could match and beat it