Alongside a big project I’m making that will surely break roblox (o_o) I’m making a little Windows 7 emulator. This is a showcase of what the templating of the ui could look like, note that it’s a prototype thanks.
after finishing it I’ll plan on adding a directx & dxgi port along with internet access
running applications will be the same as using Windows.h >> WinMain
please note that the kernel is actually the client and the programs will be loaded by the client as modules (so it requires them and runs module.WinMain)
some elements such as HINSTANCE, HRESULT, HWND, … may differ in functionality to adapt to the roblox environment!
my idea was to rewrite most of the kernel code of windows 7 to run some or most applications, making it a valid env for those on phone once I figure out how to receive and send packets at decent rate