The latest versions of Onyx OS, Onyx DE, O+, and other packages all in one project. When typing: - UP is shift. - DOWN is backspace. - ENTER is enter. - LEFT / RIGHT still navigate. In the text editor: - While in SELECT mode, press SPACE to enter commands: 'q' to quit, 'sq' to save and quit. - Press ENTER to enter EDIT mode. - While in EDIT mode, press UP + ENTER to return to SELECT mode. - Use the mouse scroll wheel to scroll. - Press the 'GO TO TOP' button to jump to the top of the page. Use 'help' in terminal for help. ------ This project contains Onyx DE (desktop environment) running on top of Onyx OS. Some example programs and their source code are provided on the desktop. Click on the programs to run them, or view their source code in the '.op' files. You can run multiple instances of the programs and switch between them using the little shapes that appear on the task bar. Click the logo in the bottom left to return to the desktop, or press the green flag. ------ Make your own program! 1: Click the '+' button on the desktop. 2: Enter 'dot.op' as the file name and click 'Create File'. 3: Click the new 'dot.op' item on the desktop. 4: Press enter in the text editor to enter edit mode. 5: Enter the following code: run: g.spzi 30; g.coli 0, 255, 0; g.pos sys mouse.x, sys mouse.y; g.clr; g.dot; jumpi run; 6: Press up + enter. Then, press space. 7: Enter 'sq' in the ask box. 8: In the terminal, enter 'op dot.op'. This will compile the program. 9: Return to the desktop. You'll now see the 'dot' program. Click on it to run it! If everything was done correctly, a green circle will follow your mouse pointer.
Stamp Font Engine by @-Rex- https://scratch.mit.edu/projects/349634648/ See base Onyx OS: https://scratch.mit.edu/projects/902549064/ Tags: