Posted 22 June 2013 - 11:04 PM
This OS is still in progress.
Version:0.3
Installer:pastebin get WfPiVr5H install
You are free to use the apis.
/.os/screens/screen
/.os/ccihow to use
jos.name() – returns os name
jos.run() – runs a programscreen api
screen.printCenter(text, y) – print text in center of screen
screen.writeCenter(text, y) – write text in center of screen
screen.printX(text, x) – print text at x on the current line
screen.printY(text, y) – print text line y
screen.printXY(text, x, y) – print text at x on line y
screen.writeX(text, x) – write text at x on current line
screen.writeY(text, y) – write text on line y
screen.writeXY(text, x, y) – write text at x on line ycci
getLastRead() – get last input
inputRead(text, time) – emulates keybord. put in one char of text and sleeps(time). Only works if you are using readC().
inputOther(e, p) – qeueu event with p(unlimited). pulls with 'cci_" + e.PM me bugs/ideas
Change log
Fixed screen flickering bug when holding up/down key on desktop0.2
Added desktop
Added background to desktop
Removed Auto-Update0.1
Plans
3D objects api
Bank program
cci(computer controlled input) api
world internet controller api
Version:0.3
Installer:pastebin get WfPiVr5H install
You are free to use the apis.
Spoiler
api paths:Spoiler
/.os/jos/.os/screens/screen
/.os/cci
Spoiler
jos apiSpoiler
jos.version() – returns os versionjos.name() – returns os name
jos.run() – runs a program
Spoiler
screen.drawImg(path,x, y) – draws an Imagescreen.printCenter(text, y) – print text in center of screen
screen.writeCenter(text, y) – write text in center of screen
screen.printX(text, x) – print text at x on the current line
screen.printY(text, y) – print text line y
screen.printXY(text, x, y) – print text at x on line y
screen.writeX(text, x) – write text at x on current line
screen.writeY(text, y) – write text on line y
screen.writeXY(text, x, y) – write text at x on line y
Spoiler
readC(x, y) – gets input at x on line ygetLastRead() – get last input
inputRead(text, time) – emulates keybord. put in one char of text and sleeps(time). Only works if you are using readC().
inputOther(e, p) – qeueu event with p(unlimited). pulls with 'cci_" + e.
Change log
Spoiler
0.3Spoiler
Added cciFixed screen flickering bug when holding up/down key on desktop
Spoiler
Added installerAdded desktop
Added background to desktop
Removed Auto-Update
Spoiler
Jos createdSpoiler
Database api3D objects api
Bank program
cci(computer controlled input) api
world internet controller api