shortrounddev@lemmy.worldtoProgramming@programming.dev•SDL 3 officially released for game devs plus an SDL 2 to SDL 3 compatibility layerEnglish
2·
10 小时前Hoping 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
I like planet money from NPR
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