I have seen people say that BeOS was a very good platform and it was very nice to program for it etc.
What was so special about it? What does it get you (as a programmer) that another OS doesn't?
|
|
I have seen people say that BeOS was a very good platform and it was very nice to program for it etc. What was so special about it? What does it get you (as a programmer) that another OS doesn't?
|
||||||
|
closed as not programming related by Andrew Grant, EnderMB, Shog9, George Stocker Feb 16 at 22:55 |
|
|
Ahh, the joys of using BeOS. Here's what I recall:
Overall, it had a good clean UI that was intuitive. The bane of BeOS was of course driver support. BeOS lives on opensourced as Haiku, but I wouldn't recommend it as frameworks/APIs have moved on over the past 10 years and people are better off using Linux/Cairo/etc. Since, I couldn't answer anything, here's the koolaid from the time thanks to this site
|
||||||||
|
|
|
From memory, the odd thing about BeOS development is that the GUI really is multithreaded, unlike GUI frameworks on other platforms, which tend to be absolutely single-threaded. This meant that developing GUI applications for BeOS is completely different, but I assume that this meant the GUI's were more responsive, without requiring explicit design at the application level for handling GUI interactions. Of course, this does mean that using mutexes and the like are more important, and porting GUI applications from other OS's to BeOS are difficult unless the BeOS GUI library is effectively turned into a single-threaded library by using and enforcing a single application-wide mutex. |
||
|
|
|
As I remember, the google tech talk mentioned some BeOS/Haiku APIs and why they are so cool.
|
||
|
|