Wrote my own framework inspired by @Crazyman32 Aero Framework
Similarities: Uses a Service/Controller/Module model that adds quick and easy access to the framework directories.
Differences:
Modules/Services/Controllers are accessed under the Resources folder (self.Resources.Modules or self.Shared.Resources.Modules)
Modules and Services are stored under ServerScriptService instead of ServerStorage
Added an Assets folder for quick access to everything not script related.
Standard library that can be auto or manually loaded for easy utility uses. These come bundled with the framework.
Injects a ‘import’ function that can load a module or API library and returns it.
Injects a ‘using’ function that can load an module or API library and puts it in the environment.
Injects RobloxServices into the environment. It does the GetService stuff for you so you can just reference it via self.ServerStorage etc
Init function is called Awake
Added event functions called Update, PhysicsUpdate, and RenderUpdate for Heartbeat, Stepped, and Renderstepped respectively.
Still gotta implement FE networking, haven’t thought out how I want to change that up yet.
Latest studio render. Added in support for transparent parts, primitive conversations (turning wedgemesh/specialmesh into it’s part equivalent), and some more color balancing.
Part of a new mining game of mine, and I created this cool illusion where you think you’re mining into solid rock, but as a major optimization it only loads the rocks around you!
because, the map is generated from the road data, and drawn onto a Gui Frame.
i figured if i draw it to a surface Gui, and then move around the part for it i could get the handy culling i need, while also keeping the fact that it’s drawn with a gui (for easy resize, and lack of shading)
Working on a custom health + armour system. Active armour reduces initial damage by a set threshold. Armour will regenerate over time, health will not.
I believe developers normally look down upon the tool due to how little work it takes to use others models. But of course nothing is really wrong with it, those people decided to share their models and so of course some people will use it.
I don’t use it but I really don’t find a problem with using it.
Tiny nitpick, I feel like you added way too much of those rocks over there. The point of low-poly is to lower the amount of polygons and lag, so seeing this is kinda contradicting. I like the style and layout though, keep up the good work!
Been working on a galaxy map, it functions really well, you can view it any point in game. I plan to add more to it, but it works wonderfully atm. You can use WASD to move around, or click drag it. It also limits you to a circle around the galaxy as well as zoom. Also just looks sick
Currently it lacks a lot of star systems, but i’m working towards more.