- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
54 -
Joined
-
Last visited
-
Days Won
15
Zen1th last won the day on April 22 2022
Zen1th had the most liked content!
About Zen1th
-
Rank
Junior Member
- Birthday August 20
Profile Information
-
Gender
Not Telling
-
Location
Earth, Solar System, Milky Way, Human Universe
-
Interests
Pro*g*r*aming*
Contact Methods
-
Minecraft
_Zen1th_
-
GitHub
https://github.com/zenith391/
Recent Profile Visitors
3332 profile views
-
Yea, I haven't finished Flarefox and Minesweeper yet and it's still very much W.I.P. and I haven't been working on it since quite some time. Although I'm probably gonna start enhancing Fuchas UX a bit now
-
Fingercomp reacted to a post in a topic: Platformer game on OpenComputers
-
Zen1th reacted to a post in a topic: Cynosure 2 - OpenComputers' most Unix-like kernel
-
Totoro reacted to a post in a topic: Platformer game on OpenComputers
-
Zen1th started following Platformer game on OpenComputers and Fuchas, a powerful operating system
-
Concert desktop environment is almost ready! It uses VRAM buffers for a very noticeable gain of performance
-
Zen1th reacted to a post in a topic: OC-Wasm: WebAssembly for OpenComputers
-
AtomicScience reacted to a post in a topic: Platformer game on OpenComputers
-
BrisingrAerowing reacted to a post in a topic: Platformer game on OpenComputers
-
This is a working clone of Super Mario Bros. (with some missing features ). It was made thanks to the VRAM buffers feature (only available in experimental builds), the game runs quite smoothly and uses the Computronics Sound Card to play music on the same computer. It loads sprites from .bmp files, levels from Tiled (a free level editor) .json file and music is in some custom format that can be converted from MIDI files. This makes the game quite easily moddable. Source code
-
Just released Fuchas 0.7.0! Since the last changelog i posted was about 0.6.0, i'll also post the 0.6.1 changelog! (important changes are in bold) 0.7.0: Core OS: + Security improvements + Fixed Concert + Fushell boot screen is now lighter + New in-OS documentation using OHML + Working shell command history + Working Stardust project: you can run OpenOS binaries on Fuchas + Detachable file handles + Horizontal tab is now an actual tab (not just converted to 4 spaces) + The scheduler is now
-
Ctrl+Alt+C is made so that, in case of error or bug that cause the program to stop responding, you can still close it. So i wouldn't accept removing it (even for temporary). What you could do however is setup a service which restart the program whenever it isn't alive anymore.
-
There has been many changes ranging from security to services without forgetting Fuchas now can read and write (it's the first software and OS to do so on OC) CPIO and VELX. All of it is in the github changelog.
-
Yea if other computers need a service to run on the Fuchas computer in order to do routing, then a service is appropriate for that feature, however the rest would be more appropriate as a network driver.
-
I didn't really thought about that, i think i'll make a quick way to autorun processes on start they should already be implemented by the time you see this. However, network drivers (like Minitel) are ported using "network" library, it provides a common library for programs to easily interact with any network stack. However again if it really needs a service (like some sort of heartbeat signals or periodic events that really require it), you can use the newly made services feature.
-
I added a program: "Project Stardust", it allows using OpenOS software on Fuchas ! you just have to "sudo stardust <path of openos program>"
-
Fuchas 0.6.0: Shell autocompletion OS arguments "buffer" library for buffered streams CPU metrics Concert task manager Architecture-dependent package files (different file depending on having Lua 5.2 or 5.3) Warning displayed when Lua 5.3 is supported but not enabled Optimization of OCDraw (merging) and GPU drivers (avoid setting multiple time the same color) New driver format (less file loading): faster startup time In
-
Fuchas 0.5.1: Added a clipboard library that can use OC's clipboard event alongside Fuchas generated events with Ctrl+V. Events are pulled from a per-process queue, also allow to push events only to a certain process. OCDraw supports render targets, those are use as a target for the drawing and can be shown, they are basically just images. Unicode support in Fushell and "shell" library. CSettings program Ability to launch programs from Concert Increase startup speed (with Voodoo3 magic) Full support of the UAC system. Interfaces start wit
-
Zen1th reacted to a post in a topic: Get Started With Lua!
-
Sorry for being a bit late, but Fuchas 0.5.0 is available since a month, it offers MANY MANY features: The component access is restricted and driver library must be used (unless having root permissions). This allow for more safety to potential viroooses. A secondary bit32 library on Lua 5.3 to have compatibility between the two in bit operations Directory attributes (currently not settable, only gettable). Which brings 5 attributes: System, Protected, Read-Only, Hidden and No Execute. Support for Protected (R/W only with perm) and System (R without perm, W with perm)
-
d) Attempt to punch through the wall You attempt to punch through the wall... except you're not in Minecraft, you just hurt yourself. Do you: a) Continue punching b) Continue walking c) Get back d) Look around
-
4/5 Very great game! Everything is handled greatly and makes a great building game overall. A smooth scrolling could be implemented with little GPU intensive activity. - Zen1th Magazine
-
EveryOS reacted to a post in a topic: OETF #17 - Open HyperText Protocol
-
You can use the port that is not 80. since i said "SHOULD" and not "MUST". But i'll try to change this for better clarity