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

LimeFyre 2 - A Simple DE

Started by ebernerd, 24 May 2015 - 04:41 AM
ebernerd #1
Posted 24 May 2015 - 06:41 AM


To download the current version, enter this into an advanced computer's terminal:

pastebin run xGb4B9zH


Upated to Service Pack 9! Enjoy!

Please inform me of any bugs. Read the bug report spoiler for more info.


I'd really appreciate to hear what you think! Please leave a comment after you've used it to

let me know how the user experience was!




Hello everyone! Welcome to LimeFyre, a desktop environment for ComputerCraft that was built to enhance the CraftOS experience. I don't consider this an OS, as doesn't have features that an OS would have; this is mostly a GUI for CraftOS.

There are many things you can do with LimeFyre, the main one being able to customize an apps screen with all your favorite apps, so you can launch them very easily. The DE also offers password protection, hashed with SHA256, so you can keep your files safe on servers.



The DE is only built to run on Advanced Computers, as standard computers do not accept mouse click events, making the whole use of a GUI kind of pointless.

If you have anything you'd like to see added in the DE, let me know. I will be happy to consider it. :)/>

Known Issues
SpoilerAll of these issues were fixed in SP9.
  • Clicking on the "FileX" button in the help section freezes the OS.
  • Control Panel buttons still react to the user set background color
  • Login screen's text input bar does not have a character limit, so the text will extend into multiple lines.
  • Some programs that use "term.setCursorBlink" can make the cursor blink on the desktop.
  • You can move tiles to the reserved LimeFyre Apps page.

Bug Report Information
SpoilerIf you find a bug, it is suggested and highly recommended that you write it in this format:

LimeFyre Version:
Program/Application/Situation you get the error:
Detailed description of error:

Any way to fix that you've found:

That way I can try to fix it as quick as possible. Thank you.

Thank you! Please let me know what you think.
Edited on 13 August 2015 - 08:17 PM
CrazedProgrammer #2
Posted 24 May 2015 - 11:10 AM
This OS looks really good!
And thanks for including my File Dialog API and giving credit.
Could you please update the File Dialog API?
I've made some fixes.
Anyways, here is my review:

Pros:
- Really good looking interface
- Good install program
- Everything works
- You can still boot into CraftOS

Cons:
- Not really useful
- Can't add programs to the start menu
- Bad settings menu

Suggestions:
- Ability to add programs to the start menu

The ability to add programs would make this OS useful.
Good job, and I look forward to updates!
Edited on 24 May 2015 - 09:10 AM
ebernerd #3
Posted 24 May 2015 - 03:03 PM
I can indeed update it. It downloads it right from your pastebin, so it shoud autodupdate.

What you see now is the main screen. There's going to be a second page (or third, or fourth… etc) where you can add apps. It's just going to take some time, because right now all of those buttons are hard coded. So, I need to make a new system to generate coordinates. Which, in my opinion, shouldn't be hard. My idea for buttons would be:

local event, button, x, y = os.pullEventRaw()
local button,funct = checkButton(button,x,y) 
if button then
funct()
end

Look good?


Settings: i know. I have big plans for it, don't you worry. I also need to change the installer to let you configure a password (there is a login system, just not shown as you don't ever get a chance to set the password).

Thanks for the input. It was really helpful. I just woke up, and now I have something to do!
ebernerd #4
Posted 24 May 2015 - 08:59 PM
Lookie lookie!

Creator #5
Posted 24 May 2015 - 09:05 PM
In my opinion, the gui is a little bit messy. It doesn't look bad, but it is overwhelming.
ebernerd #6
Posted 25 May 2015 - 01:37 AM
In my opinion, the gui is a little bit messy. It doesn't look bad, but it is overwhelming.

Would it be easier if there was like sections? I'm already programming pages. It wouldn't be hard to add.
Basically, there could be the RUN button on the front, then like a button that says "Reboot" that brings you a page to a bunch of buttons that say "reboot into CraftOS" or "reboot LimeFyre" and "shutdown" instead of them being on the main page?
ebernerd #7
Posted 25 May 2015 - 02:05 AM
I'm updating it so it is MUCH less cluttered on the main screen. I don't think I can get a release in by midnight my time (I've got like… 3 hours til then) but my work doesn't stop at midnight, especially when I have the day off tomorrow. :)/>

Here is an update of the main page. It is much cleaner and neater. More buttons will be added for sure, and the settings menu will actually work.
Edited on 25 May 2015 - 12:47 AM
ebernerd #8
Posted 25 May 2015 - 04:42 AM
Nice new working color selection screen. :)/>
ebernerd #9
Posted 25 May 2015 - 05:22 AM
Dev build 24.5.16v1 is now out! Still no user-created tiles, but the framework for it is there! Let me know if there are any bugs.

Changes may conflict with original version. When updating, it's recommended that you delete your old LimeFyre files.

Changes:
-Messed up the date. xD It's not 24 May 16. :P/> However, I will keep that date until Tuesday / whenever I update
-Removed auto updater. 24.5.16v2 will have "Check for updates" in the OS Settings panel, as the autoupdater was broken.
-Added OS Settings panel.
-Reworked main OS gui
-Pages are added, however, you can only go up to page 2 and it's useless as of now.
-Bug fixes / code improvements.
-Reworked settings GUI (only 1 working option, 2nd in the works, and many more to come)
-Much more. :)/>

Again, it is suggested you either run on a brand new computer or delete all your LimeFyre files so that you don't conflict updates.
Edited on 25 May 2015 - 03:26 AM
Creator #10
Posted 25 May 2015 - 07:59 AM
Better, much better. It actually makes me want to download it.
Exerro #11
Posted 25 May 2015 - 11:00 AM
Honestly, I think I preferred the old look, although it was a little cluttered. People pay millions for art that looks like that! Anyway, I really like the general look of this - the darker background in particular. I might take some design tips for Nova. As with all OSs out there, I must recommend multitasking. It's not that hard to implement once you get your head round how coroutines and term.redirect() work, and it's so worth it.
ebernerd #12
Posted 25 May 2015 - 04:18 PM
I can see if I can get something going with that. It might delay the release of the next update, but I'm sure I can research it and possibly get it done.
There is always the new (heh, new? Not really) multishell I could use, but then most of my design is going to be flawed.

EDIT: By the looks of it, I don't know if I can do this for the next update, unless I hold the next update until wednesday. :P/>
So, I'm going to run some tests and see if it's as hard as I think it is.

So, to be honest, I'm basing this OS off of windows 8 (which sounds awful. xD) but I think it'd be perfect for ComputerCraft. So, I've got some plans for this. I dunno if I can get it all done by tonight, but here's my list:
  • Multitasking apps, but work like Windows 8 (where only one app can be present at a time). You'll be able to switch between apps by pressing Shift and the arrow keys.
  • Remove pages, the desktop will scroll.
  • Other stuff.
Edited on 25 May 2015 - 02:37 PM
ebernerd #13
Posted 26 May 2015 - 12:15 AM
The next update is going to take a while. It's not going to include multitasking, but the user-created apps will be there. Lots of little improvements will be rolling around, and I'm still way open for suggestions!
ProjectB #14
Posted 26 May 2015 - 12:26 AM
I would love to try it, but it is crashing for me. I wish I could supply a screenshot but I don't know how to do that.

So I go through your installer just fine, I set it to run at startup, but after rebooting it says this onscreen:

LimeFyre 2 Dev build 24.5.16v1 : Page:1
.lf:81: attempt to call nil
After that it returns me to the shell, I have tried re-installing it several times, but with no luck.
Looks great though from screenshots!

P.S Running CraftOS 1.6
Edited on 25 May 2015 - 11:14 PM
fishermedders #15
Posted 26 May 2015 - 12:32 AM
Let me say, I love the GUI and the Windows 8.1 tiles look! I've always wanted to create a simpler OS like this, but never got around to it :D/>

Great work, I'm going to follow this post as I am very interested to see where this goes in the future!

Cheers,
Fisher
ebernerd #16
Posted 26 May 2015 - 12:44 AM
Awh, thank you!

The next update will allow users to make their own tiles, and that might take a while. I've done a lot of optimizations (especially for coloring; if the background is the same as a button color, the button changes color to something that compliments the background) and hopefully I can get the update out by Wednesday

Do you have any suggestions?

Also, this update is going to change the login system (which was not apparent in the previous update), and I think I can get this whole thing into just 2 files (excluding external APIs, like CrazedProgrammer's fDialog API)
Edited on 25 May 2015 - 11:33 PM
ebernerd #17
Posted 26 May 2015 - 02:40 AM
I would love to try it, but it is crashing for me. I wish I could supply a screenshot but I don't know how to do that.

So I go through your installer just fine, I set it to run at startup, but after rebooting it says this onscreen:

LimeFyre 2 Dev build 24.5.16v1 : Page:1
.lf:81: attempt to call nil
After that it returns me to the shell, I have tried re-installing it several times, but with no luck.
Looks great though from screenshots!

P.S Running CraftOS 1.6

I think you're running a version of CraftOS where the function paintutils.drawFilledBox does not exist, so the program errors out after that.
ebernerd #18
Posted 26 May 2015 - 02:59 AM
Dev build 3 released! Run pastebin run xGb4B9zH into your CraftOS terminal to install it!
Additions:
  • Peripheral config panel
  • Password creation (under LimeFyre Options / OS Settings)
  • Visual "Space-Left-O-Meter™" added to LimeFyre Options
  • When a user uses the Run tile, a new Os.pullevent runs to pull a key when the program is complete.
  • Buttons now change color depending on user's background color, so all UIs look "decent"
Removals
  • Pages (code still exists, however, buttons to do so have been removed)
Partial implementations
  • User created tiles
  • Check for updates button
You do not need to worry about uninstalling previous LimeFyre versions for this; it automatically removes old LimeFyre files.

Enjoy! Report any bugs you may find, and give me suggestions on future updates!
Edited on 26 May 2015 - 01:34 AM
ebernerd #19
Posted 28 May 2015 - 01:14 AM
I have some bugs I need to work on. I don't expect to release an update until Sunday.
ebernerd #20
Posted 14 June 2015 - 01:42 AM
This is an update. LimeFyre 2 is still in development, I just lost the master files in a hard drive failure. So, I'm downloading the files from the installer and I'm going to rewrite what I had.
Creator #21
Posted 14 June 2015 - 09:46 AM
Why not use GitHub. That way you will be sure to not lose the files easily. ;)/>
And it adds versions tags and other cool stuff.
ebernerd #22
Posted 19 June 2015 - 02:23 AM
I never liked Github, but I could try. It's so icky in my opinion; I guess I just need to get used to it.
ebernerd #23
Posted 21 June 2015 - 08:15 AM
Updates so far:
  • Some bugfixes
  • Removed a lot of the BS: paint is now defaulted to npaintpro (change-able) and edit is now defaulted to luaide (change-able)
  • Redid the "Run" screen
Here's the screenies I have.
Spoiler

Some more work to do, but this is what I did in the past hour or so.
ebernerd #24
Posted 21 June 2015 - 09:24 AM
Now, I know it's derpy, but all of this is generated to your liking. :)/>
Creator #25
Posted 21 June 2015 - 10:01 AM
This is amazing. The different shades of grey green really look good.

This means there can be several pages?

Is it possible to move the tiles around?
ebernerd #26
Posted 21 June 2015 - 10:24 AM
Pages are generated automagically. The algorithm that places the tiles is a little… uhm… unpredictable, but they're always somewhat ordered, so I considered it a huge victory, as I spent all night working on it.

Moving tiles I think I'll do later. I'm going to make a whole thing where you can right click on the app's button and get a huge bunch of settings for like renaming (oh, yeah, btw; buttons can only get so big. If I had a file like "abcdefghijklmnopqrstuvqxyz" it would print as something similar to "abcdefg..uvqxyz"), moving, and deleting. So, you'll have complete control next update, which most likely will be out within the next 24 hours if I'm willing to work with it again.

I'm going to update the pastebin installers and stuff so yeah. You will be able to test and report bugs (i'm sure there's a bunch) in about 15 minutes. Cheers. :)/>

Edit; remembered I didn't make any new files, so it was all just copy paste. The installer worked for me on two separate computers. If it doesn't work for you, let me know.
ebernerd #27
Posted 21 June 2015 - 10:35 AM
I also forgot to add!

The Alt Keys are like the windows keys. Just letting you know. Sorry for not making that apparent
ebernerd #28
Posted 21 June 2015 - 09:23 PM
I've updated the website! Visit http://limefyrecc.weebly.com (I know, weebly; I'm working on my own CSS code and stuff) for the new website.

I'm also going to use github for releases so you can download the current release, as well as previous releases.


DEV BUILD 5 SNAPSHOTS

Spoiler



Edited on 21 June 2015 - 09:01 PM
ebernerd #29
Posted 24 June 2015 - 04:16 AM
Dev Build 5 is going great! Some minor changes and bugfixes, and then some more work to be done. I think I can get it out by the end of the night.
Edited on 25 June 2015 - 12:38 AM
RafiOfDevelop #30
Posted 24 June 2015 - 04:38 AM
I think this is good if combined with ComputerCraft game console. like GameStation2 by Mr_Iron2
so more fun and more advance things in the OS (LimeFyre 2) even more powerful if you make it better7

SO SWEET! hehehehe

i rate it 5 stars (Excellent system, GUI and features)
Edited on 24 June 2015 - 02:40 AM
ebernerd #31
Posted 25 June 2015 - 02:38 AM
I think this is good if combined with ComputerCraft game console. like GameStation2 by Mr_Iron2
so more fun and more advance things in the OS (LimeFyre 2) even more powerful if you make it better7

SO SWEET! hehehehe

i rate it 5 stars (Excellent system, GUI and features)

Thank you so much! It means a lot. :)/>
ebernerd #32
Posted 25 June 2015 - 03:30 PM
LimeFyre 2 Dev Build 5 has been released! Here's a list of what's changed:

Additions:
  • Tile configuration panel in "My Pinned Apps". To get to it, right click the tile you want to edit.
  • You can now rename, recolor, move, and change the path of tiles.
  • You can now change the computer label.
  • You can change whether CraftOS or LimeFyre runs on startup.
Changes:
  • Coloring scheme has been changed from basically a random thing to a blue scheme. You'll be able to configure these colors in the next update.
  • Internal code changes for easier programming
Removals:
  • Removed the useless "Peripheral Configuration" on the LimeFyre settings page.
ebernerd #33
Posted 26 June 2015 - 08:57 PM
Dev Build 6 released. Small update, but visually appealing one. I don't know what to add in the next update, if anyone has suggestions, please let me know.

Patch notes are on the main page.
PomTom12 #34
Posted 27 June 2015 - 08:44 AM
This OS is cool, I like how there is drop shadow when you right click, the themes and the ability to change the colour and also I thought the setup was super easy. Great work :D/>/>
Edited on 27 June 2015 - 06:44 AM
ebernerd #35
Posted 28 June 2015 - 01:31 AM

Note: these are just previews; they could change
Edited on 19 July 2015 - 02:45 AM
ebernerd #36
Posted 19 July 2015 - 04:45 AM
I've updated the OP to include the new pictures. Hope you all enjoy! Please tell me if you like it/dislike the changes.
EDIT: Lyqyd, I only posted this as A, a bump (because I haven't posted here in a while) and B so it was separate. If this is not allowed, merge it.
Edited on 19 July 2015 - 02:51 AM
ebernerd #37
Posted 23 July 2015 - 12:31 AM
Service Pack 7 Release!
Download it with the command pastebin run WDHNSdGA

This update was a big one, so if there's bugs, please let me know. I updated the original post to include a bug report format that is much preferred.

Please, let me know how you liked it. I put some work into this and I'd really appreciate to hear what you think, even if it's negative.
Thank you! Enjoy the new LimeFyre update!
randomdude999 #38
Posted 23 July 2015 - 02:05 PM
Hi, I have kind of a (visual) bug.

LimeFyre version: SP7
Program: Paint
Description: The menu flickers a lot. (Like, a LOT.)
What can be done: Maybe reserving the menu area when it's used? (Like

local bPaintMenuOpen

[...]

(some rendering stuff)
if bPaintMenuOpen then

… (a little manual debugging later) um… I guess you should talk to NitrogenFingers instead?)
ebernerd #39
Posted 23 July 2015 - 10:37 PM
Hi, I have kind of a (visual) bug.

LimeFyre version: SP7
Program: Paint
Description: The menu flickers a lot. (Like, a LOT.)
What can be done: Maybe reserving the menu area when it's used? (Like

local bPaintMenuOpen

[...]

(some rendering stuff)
if bPaintMenuOpen then

… (a little manual debugging later) um… I guess you should talk to NitrogenFingers instead?)

Yeah, nPaintPro has a lot of flickering. I can try (try being keyword) to port it over to the new buffering system I'm using for the rest of the OS. I'll check that out.
Thank you for the post. :)/>
randomdude999 #40
Posted 24 July 2015 - 06:56 PM
So an OS gets a better version of a (kinda) built-in program? If it was like that all the time then OS'es would be the best things ever.
biggest yikes #41
Posted 24 July 2015 - 09:00 PM
The menu flickers a lot. (Like, a LOT.)
That's not the OS's fault, NPaintPro was built for an old CC version. It's a miracle it still works at all.
ebernerd #42
Posted 25 July 2015 - 05:01 AM
In response to testing LimeFyre on slower machines, LF2SP7 will be re-programmed using CrazedProgammer's "Surface" API to greatly reduce draw speed as well as make the UI better.
This will be released as LF2SP8 (Service Pack 8). It won't include many new features, however, it will include a GUI overhaul.

This update may take a while to get all of the features ported over to a new graphics system.

Thoughts? Let us know.
Edited on 25 July 2015 - 03:02 AM
Nothy #43
Posted 25 July 2015 - 10:10 PM
Review!

I've been playing around with this OS a bit, I can't really find a use for it (paint is fun though)

Along with playing around with it, I compared it to my own os and OneOS.


Pros:
Spoiler- Easy to use
- The installer is actually very polished and I quite like it actually.
- It's fast
- Settings aren't confusing
- It's fun to mess with the logo file
(and more)
Cons:
Spoiler- Shutdown and Restart is difficult to find as it's located in settings where it really shouldn't be.
- The startup settings doesn't work for me. (BUG)
- The UI is overall very messy and quite misleading.
- On the desktop it always starts on page two, this might just be a bug but it gets annoying after playing around with it for five minutes.

The structure of the files in explorer is very nicely done and could easily be understood by anyone. One thing that is bugging me though, is the fact that the main OS file itself doesn't have a name that represents the OS file.
But that's not really my business either way, if that's what works for the developer, that's what you run with.


Conclusion:
Minecrosoft, you did a good job on this, but there's polishing work to be done. I quite liked it and I'm willing to come back when the next service pack comes around. You've earned yourself a follower who's more clingy than anyone you've ever known before. If I had to rate it, It's easily a strong 7. (out of 10)
ebernerd #44
Posted 26 July 2015 - 05:24 AM
Review!

I've been playing around with this OS a bit, I can't really find a use for it (paint is fun though)

Along with playing around with it, I compared it to my own os and OneOS.


Pros:
Spoiler- Easy to use
- The installer is actually very polished and I quite like it actually.
- It's fast
- Settings aren't confusing
- It's fun to mess with the logo file
(and more)
Cons:
Spoiler- Shutdown and Restart is difficult to find as it's located in settings where it really shouldn't be.
- The startup settings doesn't work for me. (BUG)
- The UI is overall very messy and quite misleading.
- On the desktop it always starts on page two, this might just be a bug but it gets annoying after playing around with it for five minutes.

The structure of the files in explorer is very nicely done and could easily be understood by anyone. One thing that is bugging me though, is the fact that the main OS file itself doesn't have a name that represents the OS file.
But that's not really my business either way, if that's what works for the developer, that's what you run with.


Conclusion:
Minecrosoft, you did a good job on this, but there's polishing work to be done. I quite liked it and I'm willing to come back when the next service pack comes around. You've earned yourself a follower who's more clingy than anyone you've ever known before. If I had to rate it, It's easily a strong 7. (out of 10)

Thank you for the positive review. Here's my response to everything you said in the cons and the paragraph following:
  • Shutdown and Restart are indeed messy; they're still as they were from the first release. Probably something I should update. :P/>
  • Startup settings don't work? Hm. I'll have to take a look at that; I think I know what's causing it.
  • UI is something I've tried to mess around with, and with Service Pack 8 (a little while away) the UI will be neater
  • It starts on page 2 because page 1 is the LimeFyre apps. I could make it display some different text (page-1, and if the page is really 1, it hides the page counter or something)
  • The os file was originally ".lf" but I found "bios.lua" easier to work with, just because… I dunno.
Thank you for taking an interest. I'll be sure to let you know what's going on for SP8
Exerro #45
Posted 27 July 2015 - 01:51 AM
I really like this, you've clearly put a lot of work into it. All the OS menus have a lot of depth to them: you can keep exploring around its numerous settings and keep finding more. Also, the style is clean, slick and nicely colourful - something Nova lacked I think.

To improve, I'd say
1) better touch feedback (make buttons flash, basically)
2) multitasking!!!!!
3) try to make it do everything CraftOS can do, but add the option to do more
ebernerd #46
Posted 30 July 2015 - 11:03 PM
Thanks for the feedback!

Also, Service Pack 9 announcement!
Lots of bugfixes that were created in SP 7-8, a few UI changes, and a new installer. Should be (should being keyword) released later today!
What would you like to see in SP9?

Edit: here's a few screenies of the new update:
Spoiler
Edited on 31 July 2015 - 12:36 AM
cyanisaac #47
Posted 31 July 2015 - 02:53 AM
Can you make the top bar not take half the screen?
It should take one or two rows of pixels AT THE MOST.

Seriously, it is one of my least favorite parts of the OS.
ebernerd #48
Posted 31 July 2015 - 03:16 AM
Can you make the top bar not take half the screen?
It should take one or two rows of pixels AT THE MOST.

Seriously, it is one of my least favorite parts of the OS.

Sure I could. I'll see how it looks and whether I like it or not.

EDIT: I do like it. Consider it done. :)/>

SECOND EDIT: Also, good idea. It gives you more space for more tiles!
Edited on 31 July 2015 - 01:31 AM
ebernerd #49
Posted 31 July 2015 - 04:32 AM
LimeFyre updated to Service Pack 9! Enjoy everyone! There's a new pastebin link in comparison to SP7 and 8. pastebin run xGb4B9zH
cyanisaac #50
Posted 31 July 2015 - 04:24 PM
Is SP9 the version with the surface API rewrite in it?
ebernerd #51
Posted 31 July 2015 - 05:01 PM
Is SP9 the version with the surface API rewrite in it?

It is not.
Saving that for SP10 or something like that.
ebernerd #52
Posted 07 August 2015 - 12:31 AM
Here's a sneak peek at LimeFyre 3!
Spoiler

BUTTONS FLASH NOW






NOW INCLUDING DEVELOPER HELP - For people looking to develop apps for LimeFyre





This update is completly written from scratch, and is running on CrazedProgrammer's Surface API, so screen flickering has been eliminated. :)/>/>

What are your thoughts?
Edited on 06 August 2015 - 10:57 PM
ebernerd #53
Posted 07 August 2015 - 06:16 AM
Also, for LimeFyre 3, a custom text editor!
I dunno how I'll go about syntax highlighting, but I will try!


Edited on 07 August 2015 - 05:50 AM
Waitdev_ #54
Posted 07 August 2015 - 01:31 PM
don't you need a custom read?
have fun with that.
anyway, cool!
cyanisaac #55
Posted 07 August 2015 - 04:07 PM
Idk why it's called Limefyre 3 when it looks the same as Lymefyre 2. Calling it Limefyre 3 suggests not only huge under-the-hood changes but also huge changes (hopefully in a good way) to UX & UI design.

So again I'll suggest calling it 2.1 :P/>

EDIT: and since you like microsoft so much can there be a Limefyre Next Insider Preview pls its what microsoft would do.
Edited on 07 August 2015 - 02:09 PM
ebernerd #56
Posted 07 August 2015 - 04:10 PM
Idk why it's called Limefyre 3 when it looks the same as Lymefyre 2. Calling it Limefyre 3 suggests not only huge under-the-hood changes but also huge changes (hopefully in a good way) to UX & UI design.

So again I'll suggest calling it 2.1 :P/>

EDIT: and since you like microsoft so much can there be a Limefyre Next Insider Preview pls its what microsoft would do.
There will be when it's done.

And there is major under the hood stuff: It's completely rewritten. :P/>

Again, Insider Previews will be available when it's in stable working condition.

don't you need a custom read?
have fun with that.
anyway, cool!

What do you mean by custom read? Do you mean loading? Because that works.
Edited on 07 August 2015 - 02:16 PM
cyanisaac #57
Posted 07 August 2015 - 09:27 PM
Idk why it's called Limefyre 3 when it looks the same as Lymefyre 2. Calling it Limefyre 3 suggests not only huge under-the-hood changes but also huge changes (hopefully in a good way) to UX & UI design.

So again I'll suggest calling it 2.1 :P/>

EDIT: and since you like microsoft so much can there be a Limefyre Next Insider Preview pls its what microsoft would do.
There will be when it's done.

And there is major under the hood stuff: It's completely rewritten. :P/>

Again, Insider Previews will be available when it's in stable working condition. I like pepperonis and yum yums :)/>

"Calling it Limefyre 3 suggests not only huge under-the-hood changes but ALSO huge changes (hopefully in a good way) to UX & UI design."
Edited on 07 August 2015 - 07:28 PM
ebernerd #58
Posted 07 August 2015 - 09:46 PM
Idk why it's called Limefyre 3 when it looks the same as Lymefyre 2. Calling it Limefyre 3 suggests not only huge under-the-hood changes but also huge changes (hopefully in a good way) to UX & UI design.

So again I'll suggest calling it 2.1 :P/>

EDIT: and since you like microsoft so much can there be a Limefyre Next Insider Preview pls its what microsoft would do.
There will be when it's done.

And there is major under the hood stuff: It's completely rewritten. :P/>

Again, Insider Previews will be available when it's in stable working condition. I like pepperonis and yum yums :)/>

"Calling it Limefyre 3 suggests not only huge under-the-hood changes but ALSO huge changes (hopefully in a good way) to UX & UI design."


Not a huge change in UI, but it's got new buttons, interface objects, and it's on surface, as well as a library to manage all this.
My rebuttal to this was Windows 95 and 98 didn't have a large UI change. :P/>
Edited on 07 August 2015 - 07:50 PM
cyanisaac #59
Posted 08 August 2015 - 12:18 AM
Idk why it's called Limefyre 3 when it looks the same as Lymefyre 2. Calling it Limefyre 3 suggests not only huge under-the-hood changes but also huge changes (hopefully in a good way) to UX & UI design.

So again I'll suggest calling it 2.1 :P/>

EDIT: and since you like microsoft so much can there be a Limefyre Next Insider Preview pls its what microsoft would do.
There will be when it's done.

And there is major under the hood stuff: It's completely rewritten. :P/>

Again, Insider Previews will be available when it's in stable working condition. I like pepperonis and yum yums :)/>

"Calling it Limefyre 3 suggests not only huge under-the-hood changes but ALSO huge changes (hopefully in a good way) to UX & UI design."


Not a huge change in UI, but it's got new buttons, interface objects, and it's on surface, as well as a library to manage all this.
My rebuttal to this was Windows 95 and 98 didn't have a large UI change. :P/>

my rebuttal to this is that Minecraft has changed a lot but there isn't a Minecraft 2 yet :P/>
ebernerd #60
Posted 08 August 2015 - 06:20 AM
–snip–


Well, no, but indev to infdev to alpha to beta to full.
EDIT: I saw the little thing you added in the Quote. xD

I still think it's a big enough update that it get it's own version number.
Edited on 08 August 2015 - 12:56 PM
ebernerd #61
Posted 11 August 2015 - 02:57 AM
Two new APIs have been introduced to make the OS run smoother and faster. "LF" for basic LimeFyre functions and "Interface" (by the lovely awsumben13) to handle buttons, menus, and animations.

Lots (and by lots I mean most) of the work on LF3 is still waiting to be done, and with two side projects (non CC related) and a full schedule this week, I don't see much LF coming out this week.

However, if there are features you'd like to see, please let me know.
ebernerd #62
Posted 13 August 2015 - 11:11 PM
Basically the whole OS has gone through a UI overhaul since the last screenshots, so more screenies up when available.

CURRENTLY PLANNED FEATURES:
  • Multitasking
  • New and improved desktop and UIs
  • Custom OS programs like CodePad and Files
  • Downloadable Developer Help
  • Surface API usage
  • NFT icons (more detailed buttons and icons)
Edited on 14 August 2015 - 01:15 AM
cyanisaac #63
Posted 16 August 2015 - 06:16 PM
GIMME MOAR SCREENIES.

Seriously though I am excited to see what comes next ;D
ebernerd #64
Posted 05 September 2015 - 11:23 PM
I've not done much work on this recently, because I've been using Love2D to try to make some games. I really don't have much motivation to do this anymore, to be honest.

I've got some other CC ideas in mind. So sit tight. :)/>
Edited on 05 September 2015 - 09:30 PM
ebernerd #65
Posted 27 September 2015 - 05:06 PM
22 days later I've got some work to do on this. I'm still going to put off LimeFyre 3 but I do have some stuff I'd like to do on this. If you have any suggestions, please let me know!
Nothy #66
Posted 02 November 2015 - 12:02 AM
I'm back again with another review.

Pros:
  • The new UI looks great in my opinion
  • The startup option finally works (yay)
  • The UI is less confusing
  • Password encryption
Cons:
  • The first huge hiccup, all the apps are 404 - not found upon first boot.
  • Access to system files is never a good thing, security wise.
Suggestions:
  • Add a desktop for LF3.
  • Make automatic updates optional instead of just manual updates.
  • Animations?
  • Stop access to system folders and files. You'll regret it eventually
Other than that, there's not much else to say, huge improvements. I'm happy with this.
ebernerd #67
Posted 07 November 2015 - 03:51 AM
I'm back again with another review.

Pros:
  • The new UI looks great in my opinion
  • The startup option finally works (yay)
  • The UI is less confusing
  • Password encryption
Cons:
  • The first huge hiccup, all the apps are 404 - not found upon first boot.
  • Access to system files is never a good thing, security wise.
Suggestions:
  • Add a desktop for LF3.
  • Make automatic updates optional instead of just manual updates.
  • Animations?
  • Stop access to system folders and files. You'll regret it eventually
Other than that, there's not much else to say, huge improvements. I'm happy with this.

Thank you for your review! I will definitely take it into consideration when I work on LF3.