Resourcerer
- 3 Devlogs
- 5 Total hours
An all-in-one tool for making Minecraft resource packs
An all-in-one tool for making Minecraft resource packs
Made the homepage look a bit nicer (similar to vscode’s).
I also added better backend logging, because its best to track a lot of different operations that could possibly fail to help anyone looking at the log files.
Finally, i put up an eslint CI build to lint new files to ensure code quality
Before I can really start on the frontend, I want my backend codebase to be pretty clean so I can properly expand on it later.
DataController which handles setting up user data files (currently just an empty recents.json and logs directory)Open Project button on the client redirect to the empty project page, and show the path to confirm it workedStarted off the project with some boilerplate, then moved over to a controller system to organize all the backend code.
I added an Inter-Process Communication (IPC) system that acts as a bridge between the electron app and the backend. With this, i just started with a basic “Open project” folder prompt.
I’ll implement the button, then start on the main editor. A lot lies ahead, but I can do it 🔥