devlog #10 - new apps
after like a month-long hiatus i thought that i ought to add a few more apps - this is meant to be somewhat useful after all!
calculator
this is a really basic calculator app, basically when you press a button it adds its value (like 2 or + or .) to an expression, and when you hit the = button it evaluates the expression with eval(). yes, i know its not the safest but it works.
colo(u)r picker
this one is also really simple: every time you press a key on your keyboard, a new random colour is generated and the rgb and hex values are shown in the bottom. need i say more?
file explorer
once again, this is really basic. all it does is gets the contents of the current directory (i had to make a new fs function to return each path’s type as well) and then makes a new element for each path with an icon corresponding to what it is. there’s also a back button if you need to… well.. go back
next steps
- file opening from the file explorer
- text editor
- more functions in the calculator / better calculator
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.