I'm happy to share this project with you all. I've eliminated most bugs, and finished the main system. In version one, you could render different shapes, but now you can give them functions. Like turning a rectangle into a Textbox or button. I think that the next version will finally be able to actually support a major operating system, and I'll be building my "Scratch Computer 5" on it. Check out the testing version where I build new updates: https://scratch.mit.edu/projects/1177462098/ FEATURES - Fully pen-rendered - You can draw normal or rounded rectangles using the system. - You can draw circles using the system. - You can draw custom images (stamping) using the system. - You can draw text (@-Rex- 's PTE Ultra+) using the system. - Key detection, use left arrow for backspace except on Turbowarp, bc backspace works there. Up arrow for shift, except on TurboWarp. - You can turn items into textboxes, sliders, or buttons with functions. See inside, and look at the different comments for tutorial. Blocks with a "_" before them are made for the kernel's internal systems, DO NOT USE THEM!!!
See inside the kernel sprite for a tutorial and everything you'll need to built your system. DO NOT CHANGE THE RENDER SPRITE UNLESS YOU WANT PROBLEMS!!! If you use this, you may say credit to all. DO NOT REMOVE THE CREDITS ON THE INSIDE!!! Sure it's complex, but once you know it, you can do anything. The slider function is not recommended as it is not finished.