|
From: | Sergii Stoian |
Subject: | Re: GNUstep on Hackernews |
Date: | Tue, 14 Dec 2021 01:08:33 +0200 |
Hi Liam,
For the sake of truth - NextSpace has 3 binary releases (RPMs). Please look carefully here https://github.com/trunkmaster/nextspace/releases. Last 0.90 release support 3 bistro: CenOS 7, CentOS 8 and Fedora 31. Also it includes install script and installation process pretty much simple even for non-technical person like you. New release will include changes I’ve made which can provide some opportunity to GNUstep applications: I’ve rewritten most part of window manager (WINGs) to Apple’s CoreFoundation, replace blocking event loop with non-blocking with help of GCD and CoreFoundation. Plus I’ve add Notification Center bridge between NSNotificationCenter (Objective-C, GNUstep) and CFNotificationCenter (C, CoreFoundation) to Workspace Manager. It’s just working proof-of-concept but I can implement communication channel between window manager and GNUstep applications. Someone need to write communication protocol and conversion of allow types between Foundation and CoreFoundation (I think, strings and collections would be enough for the start).
Some time ago I’ve started NextSpace development on FreeBSD. I’ve consciously switched to Linux for 2 reasons: most commercial applications are written for Linux (RHEL and Ubuntu) and FreeBSD lacks such powerful system-level utilities like UDisks (for automatic removable media management). Sergii |
[Prev in Thread] | Current Thread | [Next in Thread] |