Block Operting System (aka BOS) is an free and open source fantasy computer, you can write programs using LUA and some functions, or if you know of Studio you can create your own!
I’ve decided to start this project because of how cool looks the concept of ‘Fantasy Computer’, this is kinda inspirated on TIC-80 and PICO8 but its resources are expanded!
If you need help, message me a bug or feedback, my messages are always open
Description
Features
An functional file system
Window system
I/O operations
Scripting support
And more!
Contribuiting
It’s very simple to contribute directly or indirectly.
You can contribute indirectly by:
Sharing it to your friends
Creating programs that improves the BOS experience
You can contribute directly by
Messaging me bugs and feedback
Becoming an official contribuitor (You need some scripting experience, then DM me on that blue chat plataform)
Alert me of malicious programs
Suggesting me features or built-in programs
Any contribuition is welcome!
TODO
Some built in programs (like calculator or notepad)
Graphics (For drawing on the screen i mean)
Make it compatible with multiplayer
Probably more API functions
Building a new system
BOS uses a distribuition system like linux, so before you start change the Info in the settings module.
And if you gonna make it public, PLEASE credit me.
It’s really cool, but one feature that would be cool to add, is a cls command, along side with clear. On windows, clear and cls do the same thing, clear the console, the only difference is that cls is easier to type.
Another really cool thing to add is the complete os library. In Lua 5.4.3, the os library has more methods than the one you get in Roblox, like os.execute(), and os.exit().