You are browsing as a guest. Sign up (or log in) to start making projects!

Slear69_githud

@Slear69_githud

Joined June 27th, 2026

  • 16Devlogs
  • 5Projects
  • 5Ships
  • 15Votes
Open comments for this post

1h 33m 52s logged

ig this is ready it hase 4 comands
/davidbot-hello
Checks that the bot is working and shows its latency.

/cyberware_list
Shows information about random Cyberpunk 2077 cyberware.

/davidbot-character
Shows a random Cyberpunk 2077 character.

/davidbot-help
Shows the list of available commands.

0
0
12
Ship

FutureOS

ok this is my web os project . inspired by cyberpunk
this is my first time using html or js so there are alots of thinks that i did the wrong way.

fornow : there is
about ,browser , notes , file manger, music player ,settings and a calculator

THE CODE :
fill thinks that look ai but they not

in the project most of the time i just do the styel of thinks like text in the div in html but at the and i saw that you can do this

.music img {
margin-top: 30px;
margin-left: 60px;
align-items: center;
top : 50% ;
left: 40%;
width: 320px;
height: 320px;
object-fit: cover;
}
for the example this are the images for the music palyer

now stuff that is with ai becous i didnt know how to do it

const toolbars = document.getElementById(“bar”);
const musice = document.getElementById(“music”);
function updateToolbar() {
if (!toolbars) return;
toolbars.innerHTML = “”;
const windows = [
{ id: “windollswell”, icon: “image/about.png” },
{ id: “windollsnote”, icon: “image/note.png” },
{ id: “windollfiles”, icon: “image/folder.png” },
{ id: “windollbrow”, icon: “image/brow.png” }
];
// Loop through all windows
for (let i = 0; i < windows.length; i++) {
const el = document.getElementById(windows[i].id);

if (window.getComputedStyle(el).display != "none") {
  toolbars.innerHTML += `<div class="folder-wrapper"><img src="${windows[i].icon}" id="welcomeopen" alt="icon"></div>`;
}

}
}
so this is not all with ai i changed fill thinks but mthe tolbar logic i got from ai
ok other thinks to prove almost no ai used is the open and close function this is streat from the tutorial the same for the draging i want to give credits to alots of people in stack overflow

What is in the setting:

clock settings :

1. color
2.position
3.size
4.visibility

wallpapers:

two videos
and two images

themes:

1. you can change the color of the app
2. font color
3.bar color

calendar settings :

1. 3 color changes to the dates background and buttons
2.position
3.visabelity 

Calendar : the code for the calendar is not mine it from a tutorial here is the link:
https://youtu.be/OcncrLyddAs?si=N9Ys0o3P3Y71J769

also the toll bar is working but you can not use the icons that appear to open the app it
just to show you that you’ve minimized it
if you minimize it will keep the position the state of the app

the buttons:

red button - full close
blue button - minimize
  • 3 devlogs
  • 45h
  • 3.84x multiplier
  • 113 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

9h 24m 26s logged

New stuff now we have a calendar a working toolbar the icons dosent do much the blue close but just minimize it and keep the stuff like position opened screen and so on the red button closes it fully .also now there is settings for the calendar

0
0
17
Open comments for this post

11h 25m 2s logged

added settings now 1. now you can change the settings of the clock - color , position , size , and visibility 2. you can change the wallpaper to 2 different videos and images 3. Theme - you can change the color of the icons to red , change the font and the color of the toolbar ik that a lot of time for some settings but i had to fix some thinks before the settings and also now you can close the music player and open it

0
0
11
Open comments for this post

1h 20m 28s logged

FOR EVRY ONE WHO WILLMAKE THIS MISSON !!!!! if you want to post it on itch io the seance have to be in the same folder where everything is i mean in the ress:\ folder this was the problem for me i hope it helps

0
0
9
Open comments for this post

45m 42s logged

devlog 1 - the basics so for now i have the bare minimum my OS is more windolls based . There are only 3 apps with a music player in the corner . Recently like a month ago i watched cyberpunk edgerunners so i thought why don’t i make it based on it . In the music player i added the two most recognizable songs also the browser works but you need to put in full link

0
0
6

Followers

Loading…