MinceOS - Light-weight OS by SamirG569
- Added a paint API, called mincepaint. - All MincePaint functions currently in place are: mincepaint.loadImage = function(path) (returns a serialized table eg, { {x=1,y=1,colorb=2048} }, have to unserialize before giving to paintImage) mincepaint.paintImage = function(imag, x, y, negative2) (set negative2 to 2 if image made in paint, and imag = a table returned by loadimage) mincepaint.convertNFP = function(path) (returns a serialized output of an NFP formatted image into a TIF format image.)
Includes a file explorer, terminal, and desktop. Also some functions in /MinceOS/funcs for things like rearranging desktop, etc but thats system things you dont gotta worry about that. added PWD and touch command in terminal. linux style startup menu ok i used AI for the installer but thats all i used ai for i swear bro i swear file explorer made by me with no help of other people and i made this on my own so thats cool YOOOOO editted my own image format to be used in MANY things and can also be loaded by local example = mincepaint.loadImage(path) (returns table) and can be painted by mincepaint.paintImage(example) with example being the table from loadImage
cool graphics api ig
MIT License
Copyright (c) 2026 Samir Sebastian
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

DELETED <deleted>

its not that bad