This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
nutcase84's profile picture

Flowos (Open Source) - 13.9.27Dp

Started by nutcase84, 26 September 2013 - 10:18 AM
nutcase84 #1
Posted 26 September 2013 - 12:18 PM


FlowOS is here!


pastebin get ZsyCFtWr


Now Open Source! Edit/Modify it as you wish! Post your own versions!


FlowOS is a new OS built for you, and the community.

It's currently a Developer Preview, as it lacks a lot of features.

The UI is not final, just a new version from Nut OS.

FlowOS is not a multitasking OS, and does not have windows. Only full screen apps. Super simple, for the best user experience.


Story

Spoiler

One day, a noob by the name of nutcase, started development of a OS. He lost the code from a hard drive error, so he started again, but now he was good at coding, so he could make it better. He released this OS called Nut OS, It wasn't all that great, and was incomplete. But he lost time to support and update it, so he scraped it. But after a while, he found more time. So he started a new OS called Firewolf OS. People didn't like the name, so he scraped it. Now, he's releasing a new OS based on Nut OS. It shall be called FlowOS. He hopes to make this OS great.



Screenshots

Spoiler










Downloads

Spoiler

pastebin get ZsyCFtWr

Or

Download (13.9.27DP) (ZIP)

Download (13.9.26.1DP) (ZIP) (FireOS)

Download (13.9.26DP) (ZIP) (FireOS)



Changelog

Spoiler

13.9.27DP - Rename To FlowOS

13.9.26.1DP - Fixed Normal Computer Bug

13.9.26DP - First DP Release



Helpers

Spoiler


Helpers

nutcase84 -  Head Developer

Want to help? Comment or PM me! I am currently looking for artists! Others are welcome!


[right]Press the green button![/right]
Edited on 27 February 2015 - 04:42 PM
Zudo #2
Posted 26 September 2013 - 12:30 PM
:)/> Nice. But I thought it was to be released at cc-con?
Zudo #3
Posted 26 September 2013 - 12:34 PM

if not term.isColor then
print("FireOS requires a advanced computer.")
error()
end

You are checking to see if term.isColor is equal to false. It is true, so the program carries on. And crashes.
Goof #4
Posted 26 September 2013 - 02:15 PM

if not term.isColor then
print("FireOS requires a advanced computer.")
error()
end

You are checking to see if term.isColor is equal to false. It is true, so the program carries on. And crashes.

term.isColor() – parantheses
theoriginalbit #5
Posted 26 September 2013 - 02:31 PM
[left]Will post some screenshots soon.[/left]
[left]
[/left]
[left]What is it you say to everyone that does this?………… oh thats right……….. No pics no clicks.[/left]

[sarcasm]
Man I'm so excited to see yet another incomplete nutcase OS……. what is that now, 3 OSes? ….. wooooooooo…. can you just feel my excitement….
[/sarcasm]


if not term.isColor then
print("FireOS requires a advanced computer.")
error()
end
You are checking to see if term.isColor is equal to false. It is true, so the program carries on. And crashes.
Well actually he is checking if term.isColor is nil, not equal to false, this is a good way to check if it's being run on pre-CC1.4 computers, but yes, if its a normal computer this line will allow it to continue, and crash.

term.isColor() – parantheses
Actually

if not (term.isColor and term.isColor()) then
  error("FireOS requires an advanced computer.", 0)
end
Would be the better way to do it.
nutcase84 #6
Posted 26 September 2013 - 03:52 PM

if not term.isColor then
print("FireOS requires a advanced computer.")
error()
end
You are checking to see if term.isColor is equal to false. It is true, so the program carries on. And crashes.
Well actually he is checking if term.isColor is nil, not equal to false, this is a good way to check if it's being run on pre-CC1.4 computers, but yes, if its a normal computer this line will allow it to continue, and crash.

term.isColor() – parantheses
Actually

if not (term.isColor and term.isColor()) then
  error("FireOS requires an advanced computer.", 0)
end
Would be the better way to do it.

I didn't think about that, will fix. Thanks!

[left]Will post some screenshots soon.[/left]
[left]
[/left]
[left]What is it you say to everyone that does this?………… oh thats right……….. No pics no clicks.[/left]

[sarcasm]
Man I'm so excited to see yet another incomplete nutcase OS……. what is that now, 3 OSes? ….. wooooooooo…. can you just feel my excitement….
[/sarcasm]

I had to leave for karate. Gosh. :blink:/>

And I typed out my story why this is a development release, but for some reason, it just deleted everything. So I'll give you the short version.

One day, a noob by the name of nutcase, started development of a OS. He lost the code from a hard drive error, so he started again, but now he was good at coding, so he could make it better. He released this OS called Nut OS, It wasn't all that great, and was incomplete. But he lost time to support and update it, so he scraped it. But after a while, he found more time. So he started a new OS called Firewolf OS. People didn't like the name, so he scraped it. Now, he's releasing a new OS based on Nut OS. It shall be called Fire OS. He hopes to make this OS great.

Oh man, what a story. :D/>

:)/> Nice. But I thought it was released at cc-con?

It was going to be, but I got impatient just sitting on the code. :D/>
Kamefrede #7
Posted 26 September 2013 - 04:30 PM
I like. I download. I use. I love. Using this as my os forever. ( just cuz mehOs is not getting supported anymore)
nutcase84 #8
Posted 26 September 2013 - 04:47 PM
I like. I download. I use. I love. Using this as my os forever. ( just cuz mehOs is not getting supported anymore)

Thank you! Diamonds to you! (And a OS. :D/>)

Added a poll, as I said before, this UI probably isn't final. Please vote!

13.9.26.1DP released. Fixed the normal computer bug.
Spoiler

I have recently googled FireOS, and it turns out that's amazon's android based operating system. So I am renaming. Again. I am thinking about Flow and FlowOS. It sounds cool, and modern. What do you think?
nutcase84 #9
Posted 27 September 2013 - 08:37 AM
13.9.27DP is almost ready! Here's a screenshot!

I plan on releasing a new version every day! (Except on weekends, and when I am busy.)
Gvin #10
Posted 27 September 2013 - 09:25 AM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?
nutcase84 #11
Posted 27 September 2013 - 10:54 AM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?

Added a little more info, I will add more screenshots with the next update.

The icons are currently 5x5, but I think I'm going to upgrade them to 5x7, I don't really know. What do you think?
nutcase84 #12
Posted 27 September 2013 - 11:36 AM
13.9.27DP released! It's doesn't add anything, just the change of name.
figgycity50 #13
Posted 27 September 2013 - 12:23 PM

One day, a noob by the name of nutcase, started development of a OS. He lost the code from a hard drive error, so he started again…
hahaha that happened to me once, but with my os updater error instead of a hard drive error.
nutcase84 #14
Posted 27 September 2013 - 01:22 PM

One day, a noob by the name of nutcase, started development of a OS. He lost the code from a hard drive error, so he started again…
hahaha that happened to me once, but with my os updater error instead of a hard drive error.

Oh yeah, auto updates… can be bad for development. :D/>
nutcase84 #15
Posted 27 September 2013 - 01:36 PM
Pastebin installer now available!

pastebin get ZsyCFtWr
Gvin #16
Posted 27 September 2013 - 02:34 PM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?

Added a little more info, I will add more screenshots with the next update.

The icons are currently 5x5, but I think I'm going to upgrade them to 5x7, I don't really know. What do you think?

Thanks for fast reply! I think that 5x7 icons can be too large for standard resolution. Did your OS support custom resolutions?
nutcase84 #17
Posted 27 September 2013 - 02:52 PM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?

Added a little more info, I will add more screenshots with the next update.

The icons are currently 5x5, but I think I'm going to upgrade them to 5x7, I don't really know. What do you think?

Thanks for fast reply! I think that 5x7 icons can be too large for standard resolution. Did your OS support custom resolutions?

Not currently… It's half done. I'm slowly making it work.

This looks exactly the same as a few other OS' I've looked at.
I don't know, but maybe you should list out the features that are unique to your OS specifically.

Nothing unique about my OS right now, well, not that I know of. :P/>
H4X0RZ #18
Posted 27 September 2013 - 04:56 PM
Just a curious bit here, but… what does the "Dp" stand for in your Version?
maybe something with development.
ardera #19
Posted 27 September 2013 - 05:29 PM
I think DP means "Developer Preview".
nutcase84 #20
Posted 27 September 2013 - 05:33 PM
DP = Developer Preview
CP = Consumer Preview

Then it will be normal releases.
nutcase84 #21
Posted 27 September 2013 - 05:57 PM
Spoiler
Honestly I think the FireW icon would look better if it were made similar to how the main logo was made (3D kinda / Shadows)
And as a personal preference that worm, I like colors.lime better xD (you can ignore my preference though, it's just fine)

Like this?

I don't think i'm going to do that, the icons are supposed to be 5x5. The icon here is 5x6 with the shadow. But if you want to edit the icon, click paint, then enter this.

.sys/img/icon1 - icon4
nutcase84 #22
Posted 27 September 2013 - 06:10 PM
If I do edit it, will the auto-updater (if there is one) come by and sweep out my changes?

Yes there is a auto updater, but it's disabled, I haven't got around to it. It shouldn't change it, unless I change the icons. Remember to back up you stuff, kids!
nutcase84 #23
Posted 28 September 2013 - 07:05 AM
You should make it to where you can whitelist certain files from update overwriting.
:)/> I haven't seen that done yet.

I might… it would be easier to just copy the file, then copy it back when the update is done.

I will be gone this weekend, camping. But I will be back on Monday! I will put out 13.9.30DP!
svdragster #24
Posted 29 September 2013 - 02:32 PM
I do like the design of it, but you really need to work on functionality!

Also black font isn't good over blue background ^^ Just saying because the [close] button etc is hard to read.
nutcase84 #25
Posted 29 September 2013 - 05:03 PM
I do like the design of it, but you really need to work on functionality!

Also black font isn't good over blue background ^^ Just saying because the [close] button etc is hard to read.

Working on it!

About the colors… how do you like this?

I actually do like it better…
Gvin #26
Posted 30 September 2013 - 09:21 AM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?

Added a little more info, I will add more screenshots with the next update.

The icons are currently 5x5, but I think I'm going to upgrade them to 5x7, I don't really know. What do you think?

Thanks for fast reply! I think that 5x7 icons can be too large for standard resolution. Did your OS support custom resolutions?
Large monitors, anyone?

Not large monitors but at least large resolutions. Some people set computercraft computer interface resolution larger than default 51x19. For example I like to use 60x30. But only a few OSes support such custom resolutions. For example my OS does =)
nutcase84 #27
Posted 30 September 2013 - 11:22 AM
Please add some more information about your OS. Is it multitasking or windowed? And add more screens!
What icon size do you use?

Added a little more info, I will add more screenshots with the next update.

The icons are currently 5x5, but I think I'm going to upgrade them to 5x7, I don't really know. What do you think?

Thanks for fast reply! I think that 5x7 icons can be too large for standard resolution. Did your OS support custom resolutions?
Large monitors, anyone?

Not large monitors but at least large resolutions. Some people set computercraft computer interface resolution larger than default 51x19. For example I like to use 60x30. But only a few OSes support such custom resolutions. For example my OS does =)

I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.
Zudo #28
Posted 30 September 2013 - 12:08 PM
-snip-
I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.

But if someone wants to run it on a monitor… :D/>
nutcase84 #29
Posted 30 September 2013 - 12:17 PM
-snip-
I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.

But if someone wants to run it on a monitor… :D/>

I have tried running it on a monitor, but it doesn't like touch events. All you can do is open and close the menu. Weird.
Zudo #30
Posted 30 September 2013 - 12:26 PM
This is because monitor_touch doesn't have the first argument, the left or right click one.
EDIT: probably.
Gvin #31
Posted 30 September 2013 - 12:44 PM
I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.
It is not very complicated to make custom resolution support. And I think that this feature is required often enought to be implemented.
And for monitors: to use OS on them you should create some application like the virtual keyboard and find some solution for moving windows (because dragging event doesn't work), left clicking and other stuff. Mybe I will implement this things in my OS some day.
nutcase84 #32
Posted 30 September 2013 - 02:34 PM
This is because monitor_touch doesn't have the first argument, the left or right click one.
EDIT: probably.

Yep, that's it.

I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.
It is not very complicated to make custom resolution support. And I think that this feature is required often enought to be implemented.
And for monitors: to use OS on them you should create some application like the virtual keyboard and find some solution for moving windows (because dragging event doesn't work), left clicking and other stuff. Mybe I will implement this things in my OS some day.

Well, not during the DP. And FlowOS doesn't have "windows".
nutcase84 #33
Posted 30 September 2013 - 08:57 PM
Sorry guys, couldn't put out 13.9.30DP. :(/> But I probably will put one out tomorrow!
svdragster #34
Posted 02 October 2013 - 11:40 AM
Because you wonder why people want the Tile UI: it's nice to use in ComputerCraft, because it's not a huge mess and you have a bigger place to write things on the tiles :P/>

Also would be cool if you added some kind of Api people can implement to their programs for example a notification Api.
nutcase84 #35
Posted 02 October 2013 - 02:22 PM
Because you wonder why people want the Tile UI: it's nice to use in ComputerCraft, because it's not a huge mess and you have a bigger place to write things on the tiles :P/>

Also would be cool if you added some kind of Api people can implement to their programs for example a notification Api.

Huh, never thought of it that way. Good point. I'll start working on it soon! I just went back to Windows 8, so it will be awhile…
YuvonDovah #36
Posted 03 October 2013 - 11:19 AM
No clock? I think that should be implemented!
svdragster #37
Posted 03 October 2013 - 12:47 PM
No clock? I think that should be implemented!

But make the clock changeable from reallife time or ingame time ^^
YuvonDovah #38
Posted 03 October 2013 - 01:01 PM
No clock? I think that should be implemented!

But make the clock changeable from reallife time or ingame time ^^

Ingame time with the os.time() also maybe the day (in game), i've tried to do this but I need to get it to refresh every second and if I do that it refreshes the whole of my os screen meaning every time I press a button (in the os) it refreshes and gone; hope you might be able to figure it out though.
svdragster #39
Posted 03 October 2013 - 02:13 PM
You need to use parallel Api.
YuvonDovah #40
Posted 03 October 2013 - 02:50 PM
Sorry to bother but how would I implement that into my code, it's not very advanced and there are some things that i've probabley done wrong. It's the basic gui for my Os.
Spoiler

--Desktop
slc = 0  -- sets the colours
tBarC = 2048
tBartC = 1
backColor = 1
term.setBackgroundColor(backColor)
term.clear()
contextX = 0
contextY = 0
function drawPrograms()
term.setTextColor(1)
term.setBackgroundColor(8)
term.setCursorPos(16,2)
print("		  ")
term.setCursorPos(16,3)
print(" -Help	")
term.setCursorPos(16,4)
print(" -Games   ")
term.setCursorPos(16,5)
print("		  ")
end
function drawPrograms2()
term.setTextColor(1)
term.setBackgroundColor(8)
term.setCursorPos(16,2)
print("		  ")
term.setCursorPos(16,3)
print(" -Help	")
term.setCursorPos(16,4)
print(" >Games   ")
term.setCursorPos(16,5)
print("		  ")
end

function drawGames()
term.setTextColor(1)
term.setBackgroundColor(8)
term.setCursorPos(26,3)
print("			 ")
term.setCursorPos(26,4)
print(" -GoldRunner ")
term.setCursorPos(26,5)
print(" -3D Maze	")
term.setCursorPos(26,6)
print("			 ")
end
function titleBar()  -- Draws the task bar at the top of the page
  term.setCursorPos(1,1)
  local w = term.getSize()
  term.setBackgroundColor(tBarC)
  term.setTextColor(tBartC)
  term.clearLine()
  term.setCursorPos(3, 1)
  print("[Main Menu]")
  term.setCursorPos(16, 1)
  print("[Programs]")
  term.setCursorPos(28, 1)
  print("[BlueTooth]")

  clock()
end
function drawBluetoothDropDown()  --Draws the bluetooth dropdown
term.setTextColor(1)
term.setBackgroundColor(8)
term.setCursorPos(28,2)
print("		   ")
term.setCursorPos(28,3)
print(" -Send	 ")
term.setCursorPos(28,4)
print(" -Recieve  ")
term.setCursorPos(28,5)
print("		   ")
end
function clock()  -- sets the time to top left corner
term.setTextColor(1)
term.setBackgroundColor(tBarC)
local time = textutils.formatTime(os.time(), true)
local w = term.getSize()
term.setCursorPos(w - #time + 1, 1)
print(time)
end
function drawDesktop() -- Draws background image
  term.setBackgroundColor(backColor)
  term.clear()
  bground = paintutils.loadImage("background_1")
  paintutils.drawImage(bground,1, 1)
  titleBar()
end

function drawMenu1() --Draws the main menu drop down.
term.setTextColor(1)
term.setBackgroundColor(8)
term.setCursorPos(3,2)
print("		   ")
term.setCursorPos(3,3)
print(" -Shutdown ")
term.setCursorPos(3,4)
print(" -Restart  ")
term.setCursorPos(3,5)
print(" -Exit	 ")
term.setCursorPos(3,6)
print("		   ")
end
function drawMenu2()  -- Draws the left click edi menu
term.setBackgroundColor(8)
term.setTextColor(1)
term.setCursorPos(contextX, contextY)
print("			  ")
term.setCursorPos(contextX, contextY+1)
print(" -Edit GUI	")
term.setCursorPos(contextX, contextY+2)
print(" -Background  ")
term.setCursorPos(contextX, contextY+3)
print("			  ")
end
drawDesktop() -- buttons and there functions
while true do
local event, button, X, Y = os.pullEventRaw()
local w = term.getSize()
  if slc == 0 then
	if event == "mouse_click" then
	  if X >=3 and X <=13 and Y==1 and button ==1 then
	  drawMenu1()
	  slc = 1
		elseif X >=16 and X <=26 and Y >=1 and Y <=1 and button == 1 then slc = 4
		drawPrograms()
		elseif X >=24 and X <=34 and Y >=1 and Y <=1 and button == 1 then slc = 3
		drawBluetoothDropDown()
		elseif X >=w - 2 and X <=w and Y==1 and button ==1 then slc = 0
		clock()
		slc = 0
		  elseif X >= 1 and Y >=2 and button == 2 then slc = 2
			if X >=38 then
			contextX = 38
			end
			if Y >=14 then
			contextY = 14
			end
			if X <= 38 then
			contextX = X
			end
			if Y <= 14 then
			contextY = Y
			end
			drawMenu2()
		else
		drawDesktop()
	  end
	end
   elseif slc == 4 then
	 if X >=16 and X <=26 and button == 1 and Y== 3 then slc = 0
	   shell.run("help")
	 elseif X >=16 and X <=26 and button == 1 and Y== 4 then slc = 0
	   drawGames()
	   drawPrograms2() slc = 5
	   else
	   slc = 0
	   drawDesktop()  
	 end
   elseif slc == 3 then
	 if X >=1 and X <=11 and button == 1 and Y== 3 then slc = 0
	   else
	   slc = 0
	   drawDesktop()  
	 end
   elseif slc == 1 then
	 if X >=1 and X <=11 and button == 1 and Y== 3 then slc = 0
	   os.shutdown()
	   elseif X>=1 and X<=11 and Y==4 and button ==1 then slc = 0
	   os.reboot()
	   elseif X>=1 and X<=11 and Y==5 and button ==1 then slc = 0
	   so.run({},"")  
	   else
	   slc = 0
	   drawDesktop()  
	 end
   elseif slc == 5 then
	 if X >=26 and X <=39 and button == 1 and Y== 4 then slc = 0
	   shell.run("cd", "goldrunner")
	   shell.run("GoldRunner")
	  elseif X >=26 and X <=39 and button == 1 and Y== 5 then slc = 0
	   shell.run("maze3d")
	   else
	   slc = 0
	   drawDesktop()  
	 end
  elseif slc == 2 then
		if X >= contextX and X <= contextX+13 and Y==contextY+1 and button == 1 then slc = 0
		sleep(0.1)
		shell.run("cd","OS","cd","Core","edit","gui")
		drawDesktop()
		  elseif X>= contextX and X <=contextX+13 and Y==contextY+2 and button == 1 then slc = 0
			shell.run("paint","background_1")
			drawDesktop()
			  else slc = 0
			  drawDesktop()
			end
  end
end
Lego Stax #41
Posted 04 October 2013 - 09:15 AM
-snip-
Just have your OS looking for the 'timer' event and the other events that you're using and then use the following code:

timeout = os.startTimer(0.8)
event, p1 = os.pullEvent()
if event == "timer" and p1 == timeout then
  displayTime()
end
0.8 is one Minecraft second.
LBPHacker #42
Posted 04 October 2013 - 09:34 AM
0.8
It's 0,86666666666 or 1200/1440.
nutcase84 #43
Posted 04 October 2013 - 12:53 PM
A clock will be in the next version! I'm rewriting all my code, making a tile UI!
jamd315 #44
Posted 05 October 2013 - 04:19 PM
I think it should be like rainmeter, but block(ish) for minecraft
nutcase84 #45
Posted 05 October 2013 - 07:37 PM
I think it should be like rainmeter, but block(ish) for minecraft

That won't work well with the low resolution… anyways I've already got a Tile UI in development.
Engineer #46
Posted 05 October 2013 - 07:46 PM
I don't really see why I need to support custom resolutions, it seems that barely anyone changes it.

Use term.getSize(), returns the width and the height. Make a minimum size to even properly work, but it would be compatible with bigger resolutions. You base off your positions on the current width and height. Its a whole other approach of programming, but I believe its better.

Really what you are saying here:

Everybody here is using 15 inch monitors, so why would I make it compatible with 19 inch monitors?
Imagine, what if Microsoft said that? Then I wont be able to run windows, which means that I cannot run my preferred OS.
Kingdaro #47
Posted 05 October 2013 - 08:13 PM
^That, and we have advanced turtles which would be able to run your OS, and also have a different screen resolution than computers.

^That, and there are programs that can redirect your OS to a buffer and "trick" your program into thinking it's running under another resolution, the size of said buffer.

User preference is a big factor, but not the only one.
nutcase84 #48
Posted 06 October 2013 - 12:40 PM
I didn't know that turtles had a different resolution. What is it? I will work on making my OS somewhat compatible with higher resolutions.
svdragster #49
Posted 06 October 2013 - 12:58 PM
I didn't know that turtles had a different resolution. What is it? I will work on making my OS somewhat compatible with higher resolutions.

39x13
nutcase84 #50
Posted 06 October 2013 - 02:36 PM
I didn't know that turtles had a different resolution. What is it? I will work on making my OS somewhat compatible with higher resolutions.

39x13

Nope, sorry. No turtle support here. Not unless you make the resolution bigger.
Kingdaro #51
Posted 06 October 2013 - 10:27 PM
Good job, you dropped a pretty big chunk of your userbase.
nutcase84 #52
Posted 07 October 2013 - 08:44 AM
Good job, you dropped a pretty big chunk of your userbase.

How did I? I went with the poll…
Kingdaro #53
Posted 08 October 2013 - 08:57 AM
Good job, you dropped a pretty big chunk of your userbase.

How did I? I went with the poll…

As in, people who might want to use your program on turtles (and normal computers, but making support for those isn't very easy, so I'll let that slide).

As many people have stated before, it's a common standard to use term.getSize to make sure your program works smoothly with any resolution the user might throw at it.
nutcase84 #54
Posted 08 October 2013 - 10:46 AM
I said I'm working on higher resolutions… but lower resolutions won't work because of the way I designed the tiles. Sorry.
Engineer #55
Posted 08 October 2013 - 10:51 AM
I said I'm working on higher resolutions… but lower resolutions won't work because of the way I designed the tiles. Sorry.

Use frikkin term.getSize! Not just some set resolution
Kingdaro #56
Posted 08 October 2013 - 12:22 PM
Just make your tile layout adaptable. I had an "OS" a long time ago with a tile layout that adjusted the number of rows and columns based on the screen size, so it's not as impossible as you're making it out to be (though it was pretty difficult).

But whatever, if less users makes you happy, then by all means.
nutcase84 #57
Posted 08 October 2013 - 03:02 PM
Fine, I will include custom resolution support. Big and small.
Diamond #58
Posted 10 October 2013 - 04:02 PM
Best OS yet! Windows 8 UI would make it the best computercraft creation EVER
Engineer #59
Posted 10 October 2013 - 04:42 PM
Best OS yet! Windows 8 UI would make it the best computercraft creation EVER
In your opinion, yes.
nutcase84 #60
Posted 10 October 2013 - 08:33 PM
Best OS yet! Windows 8 UI would make it the best computercraft creation EVER

Thanks!
Diamond #61
Posted 11 October 2013 - 05:31 AM
Best OS yet! Windows 8 UI would make it the best computercraft creation EVER

Thanks!
Your welcome!
MarkPwns1 #62
Posted 21 October 2013 - 10:15 PM
:D/>

Nice OS, making my own actually, I could learn a thing or two from this.

Overall, pretty sweet except for these lists of flaws… (I hate to be "that" guy, but, I just had to. No offence intended.)

-Shell just doesn't feel like it's part of the OS. You should give it a UI.
-Should come with file browser. Again, I just don't like the shell with no UI.
-Add more shtuff! :D/>

Also, it would be nice if this was open source, to help out people like me! :D/>

Nice job though. Looking forward to updates. :)/>
nutcase84 #63
Posted 22 October 2013 - 04:35 PM
:D/>

Nice OS, making my own actually, I could learn a thing or two from this.

Overall, pretty sweet except for these lists of flaws… (I hate to be "that" guy, but, I just had to. No offence intended.)

-Shell just doesn't feel like it's part of the OS. You should give it a UI.
-Should come with file browser. Again, I just don't like the shell with no UI.
-Add more shtuff! :D/>

Also, it would be nice if this was open source, to help out people like me! :D/>

Nice job though. Looking forward to updates. :)/>

A shell with a GUI? WAT?
More programs and stuff will come in the next version…
Bosher #64
Posted 02 November 2013 - 08:30 PM
nice design :)/> keep it up
KRamis91 #65
Posted 04 November 2013 - 01:29 AM
NUTOS!!
nutcase84 #66
Posted 06 November 2013 - 08:52 AM
NUTOS!!

Nope. FlowOS.

Also, I have lost interest in CC recently, I am working on stuff IRL. I might put out more versions though… we'll see…
FlashingLight #67
Posted 09 November 2013 - 01:51 PM
I like the interface of your OS. Not the best i've seen but it looks quite nice. Well done!
nutcase84 #68
Posted 09 November 2013 - 06:21 PM
I like the interface of your OS. Not the best i've seen but it looks quite nice. Well done!
What's the best you've seen? :D/>
LBPHacker #69
Posted 11 November 2013 - 07:12 AM
Try and guess what "fos" means in Hungarian…
nutcase84 #70
Posted 13 November 2013 - 03:37 PM
Try and guess what "fos" means in Hungarian…

S word?
LBPHacker #71
Posted 13 November 2013 - 04:25 PM
-snip-
Yup. But I'm gonna edit that post above so it'll be something more fitting for an OS topic…
nutcase84 #72
Posted 13 November 2013 - 06:22 PM
-snip-
Yup. But I'm gonna edit that post above so it'll be something more fitting for an OS topic…

What?
xXLeNinjaXx #73
Posted 13 January 2014 - 09:54 AM
How do you make an updater?
luaCoder #74
Posted 13 January 2014 - 02:11 PM
I can help
nnvt #75
Posted 14 February 2014 - 01:28 PM
-snip-
Yup. But I'm gonna edit that post above so it'll be something more fitting for an OS topic…

What?

I used this OS on my advanced computercraft monitors and the touch worked great but the server got reset a month later and now it doesn't work anymore :(/> is there any API i need to install to make it work?
nutcase84 #76
Posted 15 February 2014 - 10:49 AM
-snip-
Yup. But I'm gonna edit that post above so it'll be something more fitting for an OS topic…

What?

I used this OS on my advanced computercraft monitors and the touch worked great but the server got reset a month later and now it doesn't work anymore :(/> is there any API i need to install to make it work?

This is dead, but what the heck.

It doesn't need a API, everything is included when you install. Are you getting any errors? I believe that the updater is still working…

EDIT: Tested it, it still works.
Edited on 15 February 2014 - 10:27 AM
nutcase84 #77
Posted 26 August 2014 - 05:28 PM
Now Open Source! Do whatever you want with it!
nutcase84 #78
Posted 27 February 2015 - 05:43 PM
Added poll, would you use a improved version of FlowOS?