popcar2 / GodotOS

A Fake Operating System Interface made in Godot!
GNU Affero General Public License v3.0
1.08k stars 57 forks source link

Add 3d game supporting system(like game from Godot) and GodotOS updating #14

Open the-az-dev opened 5 months ago

the-az-dev commented 5 months ago

This project needs this issue for the reason of good oportunities of Indie Godot Game developers! Everyone can add own game to your Godot OS on the free or maybe not free licunse(on your choise) and after that others visitors will play that game and testing it!)

About Updates For new changes and best perfomance fro users you can create updating system for updating GodotOS app like on windows or linux operating systems. It will be much comfortable for non-programmer users!)

popcar2 commented 5 months ago

GodotOS does support 3D games, check out the cube scene.

As for auto-updating, I don't think Godot has an easy way to patch games yet. Might look into it in the future.