Customized BBN-Launcher and Node #315
Replies: 7 comments 1 reply
-
Continue! You seem can make it more advanced. Do not forget to share code! thanks |
Beta Was this translation helpful? Give feedback.
-
Of course, I will create a PR once I get everything cleaned up and commented. |
Beta Was this translation helpful? Give feedback.
-
Okay, my launcher is finished. I just need to write a script that generates the HTML for those that don't know how to code it or don't want to spend the time. |
Beta Was this translation helpful? Give feedback.
-
@MeltedPixel This looks great, I'm interested in doing something similar. Could you share your code on how you did this? |
Beta Was this translation helpful? Give feedback.
-
Following as I too am interested in editing the launcher. I have a 10.1" 1920x1080 screen so want something that uses all of that real estate better. |
Beta Was this translation helpful? Give feedback.
-
@Code-Out @Pearsonhenry2 Hey sorry for the late reply. It actually wasn't too hard. I took the hardlink director for the current menu in node JS and pointed it to a custom HTML file. At that point I needed something to talk back to the OS when things were clicked on. So I just wrote a Javascript socket to handle passing that information. I haven't done anything further with it, I will try and clean up the project and I will post the edits and scripts in here. |
Beta Was this translation helpful? Give feedback.
-
That screen shot looks great! I was wondering about refining the icons as well, as I am not using everything listed there. |
Beta Was this translation helpful? Give feedback.
-
I really liked the Idea of the BBN launcher.
It's current implementation is fine, but I felt like it could be cleaned up.
I re-wrote the NodeJS from scratch to instead load the dashboard directly as a standalone HTML file for easy editing and design. Additionally this also opens up the ability to quickly change and edit JS and CSS and even SASS if you feel so inclined.
I also wrote a Javascript Socket that talks back to NodeJS that will allow you to run applications from an OnClick event in the HTML itself.
Beta Was this translation helpful? Give feedback.
All reactions