shortrounddev@lemmy.worldtoProgramming@programming.dev•SDL 3 officially released for game devs plus an SDL 2 to SDL 3 compatibility layerEnglish
2·
9 hours agoHoping this results in more people writing 3D games from scratch
Hoping this results in more people writing 3D games from scratch
It’s like a better version of npm. monorepos work better with yarn
Need to reorganize liberal politics from the ground up. Liberals need to justify their existence and the value of their policies at the city and state level and use that to build a national brand. Democrats in federal government seem to be totally unwilling to push their agenda in deference to political norms, but in my state they get quite a lot done when they’re in power
At my company I start all new projects without a framework. I try to write things in templated backend frameworks with no javascript on the frontend. If I need javascript, I try to use web components, styled with modular css in the shadow dom.
However, this sometimes requires an absurd amount of build tool configuration with webpack in order to get static asset and typescript loading working just perfectly. I end up kind of just writing my own framework instead