Every other Roblox bootstrapper is a fork of Bloxstrap: C#, .NET, WPF. This one starts at nothing. There is no egui, no winit, no skia, no windows-rs — the dependency list of every crate here is empty. Shapes are filled by a hand-written anti-aliased rasterizer, text comes from a TrueType parser and glyph rasterizer written against the spec, and the window is raw win32 through hand-declared bindings. The operating system is asked for exactly three things: a window, input events, and ‘put these pixels on screen’. What is done is the hard part — the graphics stack, the font stack, the window, and an interface shell that runs on them. What is not done is the Roblox side: this build draws the launcher, it does not install or start the game yet.








Browse the whole tree in the reader below, or take the archive above.