453 posts
Location
Holland
Posted 10 September 2012 - 04:40 PM
BlueFrames OS BETA 0.4overview:-Features-Screenshots-Video's-Developers-Credits-Notes-Download-Mod Developers( BlueFrames has a mod system built in )Features:- Multitasking
- Multiple Windows at once
- Download mods from the internet to make your BlueFrames experience more awesome
- Multi windows allows for games to open an inventory in a new window
- Thons of programs are still compatible
- Turtle compatible
Screenshots:Spoiler
Video's:Spoiler
Developers:Credits:Notes:- when you have installed BlueFrames 0.4 BETA you have 2 MB(2057435 bytes) of free memory for aditional mods or files
Download:in-game:
pastebin get tdSBVBvn frames
or get it here:
http://pastebin.com/tdSBVBvnMod Developers:when you make a mod every single line thats not in a function will get executed when the os starts, BE AWAREyou want to add your mod to the modlist: newMod( sName, sVersion, sDeveloper, fOnload )
the letter s stands for sting and the letter f stands for function
basicly here is an example:
newMod("Default Mods","v1","Frames", function()
the stuff that needs to happen hen the mod loads
end )
you can add extra commands to the start menu by doing the following:
newCommand( sLabel, fOncall )
if you want to open a new window do the following:
focus = newWindow( fOnload )
--opens a new window on foreground and executes the code in the window
--the window will close when the code is done running
newWindow( fOnload ) --opens a new window at background and does the same as the previous one
please leave a comment with what you think :D/>/>
724 posts
Posted 15 September 2012 - 06:00 AM
I prefer this as one of standard APIs.
Not started as default but always ready to use.
Where is video?
24 posts
Location
In a turtle.
Posted 15 September 2012 - 08:39 AM
I can't type anything when I go into it?
453 posts
Location
Holland
Posted 15 September 2012 - 10:18 AM
I think jan fixed it before the release. Anyways I will upload a new copy :)/>/>
And no one has submitted a vid yet. I could make one
453 posts
Location
Holland
Posted 15 September 2012 - 11:38 AM
I can't type anything when I go into it?
it works for me
just download it like this and run it:
pastebin get tdSBVBvn framesit automaticly should make all folders and stuff vid, is comming
24 posts
Location
In a turtle.
Posted 16 September 2012 - 08:39 AM
I have, still dosen't work. :)/>/>
453 posts
Location
Holland
Posted 16 September 2012 - 12:09 PM
992 posts
Posted 16 September 2012 - 12:22 PM
your video is not working correctly it blacks out about 10 seconds in then flickers random screens.
453 posts
Location
Holland
Posted 16 September 2012 - 07:39 PM
i am sorry
724 posts
Posted 17 September 2012 - 06:31 PM
Extremely bad video quality :)/>/>
453 posts
Location
Holland
Posted 23 September 2012 - 06:36 PM
i had to make the vid quickly. please someone else make a better video with a better explanation :P/>/> i am really sorry
453 posts
Location
Holland
Posted 26 September 2012 - 04:03 PM
Bump :P/>/>
453 posts
Location
Holland
Posted 30 September 2012 - 11:23 AM
Bump :)/>/>
453 posts
Location
Holland
Posted 03 October 2012 - 03:06 PM
Bump :(/>/>
236 posts
Posted 07 October 2012 - 07:37 PM
how do you handle changing between multitasking progs, a custom api?
724 posts
Posted 07 October 2012 - 08:50 PM
Do not see anything useful here except Jan's Frames.
Even video cannot be seen :D/>/>
453 posts
Location
Holland
Posted 08 October 2012 - 03:17 PM
jan stopt on developing Frames/BlueFrames and he said to me over skype that i could claim rights for it :D/>/>. and i know about the vid. if you wanna make an better one go ahead
724 posts
Posted 08 October 2012 - 03:43 PM
Sorry, I'm not interested in any new OS. Especially if it will do many things I do not want.
You bump this thread several times - seems you cannot develop it without Jan.
This means this thread effectively dead. Sorry :D/>/>
177 posts
Location
CLGD
Posted 10 October 2012 - 08:44 PM
Ok, Wilcomega if you want i will take this os over for you if you want? (I love the os and want to add waaaaay more features to it!) :P/>/>
453 posts
Location
Holland
Posted 12 October 2012 - 03:19 PM
if you make an github account i will add you to the people that have rights to make changes. so you can do stuff too. but before that i want to know a little bit of your programming knowledge. because its a complicated system!
7 posts
Posted 19 October 2012 - 04:20 PM
For those who use tekkit, can your BlueFrames detect if it is loaded into a compatible ComputerCraft Computer?
And can it give a notice if this is not the case?
EDIT: Like check if a function exists (which is added after a certain version) and base on the reply (nil or true/false) gives a notice to inform you that BlueFrames won't run or (what would be nice) use workarounds to gives some functionality.