Should I Use Frameworks?

I need someone to explain In what cases should i use one, surely there is many similar posts, but it’s hard to understand them, Or should i just stick to modules?

I really need a way to make better connection betweens scripts and modules, I ran into many pcases and problems like this before

1 Like

no you shouldn’t they are horrendous

2 Likes

Yeah, you should use frameworks but they aren’t really neccessary. If you want to you can, if you don’t want to then don’t.

Also this topic belongs in the #help-and-feedback:game-design-support category so please move this to that category.

1 Like

Frameworks like knit make it easy to structure games. Knit uses a controller/service structure but it has a lot of downsides such as its lack of intelisense which is common for most frameworks. Either way you should aim to use SSA but really in the end its down to preference. I prefer to just use a module loader and then libraries like Red to handle network communication and Fusion to handle UI.

1 Like