Open comments for this post
I was working on a Translation System for the whole Program. For now it is still WIP but soon it should be done.
I made the “Add Project” system and some basic detection systems for it such as…
• Project Name
• Path
• Languages (used programming language in project)
• Used IDE for the project
then it will ask you if you really, but REALLY want to add the project and if you proceed it will be added to your Projects menu.
After that you can open your Project and see such basic info as…
• Status
• Last modified
• Languages
• Used IDE
• Is a GIT Repo
I am thinking about adding more, removing some and making it overall more versatile because versatile applications are ngl just the best ones.
For now, I created some basic functions for your Projects such as…
• Open in VS Code
• Git Status
• Remove Project (from Helyx)
but these ones are the ones which are already working, but I am still trying to make them more versatile :p
… but there’s more functions that I am currently working on but I am not going to tell you about them yet :D
(own functions??)
Open comments for this post
Lately I’ve been working on a way how to search for projects automatically but I had to scrap the idea because I didn’t like it at the end so now I am making it so you can add your own projects and some IDE integrations. I was also trying multiple libraries for CLI interface integration and GUI support with other libraries and input devices.
These hours were full of scrapping ideas and creating new ideas but that’s what programming is! :D
Open comments for this post
So I have finally began to work on this!
I was thinking a lot what to create for Stardance and it looks like this might be something I want to create!
Originally I wanted to create this in Python but then I really quickly found out that my basic skills of Python wouldn’t be enough to create something like this and I didn’t want this to be a vibe-coding project…
SO HERE WE ARE… using C# lol
So far so good, ig…
Currently I am working on the config handler which will have functions for implementing and retrieving infos from the config.
After that I am planning to make the interface somewhat versitile, so it is possible to adjust it for yourself or add some new options and such.