What apps do you need on Haiku?

Iā€™d love to use Beam but I canā€™t find an installable image. Where did you get yours from?

Thanks!

From HaikuDepotā€¦ just uncheck ā€œrecommended appsā€ā€¦ but only for 32bit system AFAIKā€¦

Ah, that would be why I couldnā€™t see it! Thank you!

Beamā€™s source code is pretty messy, I donā€™t think anyone really wants to try to maintain itā€¦

There have been a lot of fixes to Haikuā€™s built-in Mail over the past few weeks, and we intend to keep that momentum up. So, hopefully for Beam or other mail users, it will be viable to switch, before too long.

1 Like

GnuCOBOL actually compiles more or less out of the box, at least on the 64bit release of Haiku. I will be adding a recepie to HaikuPorts as soon as I have the time :slight_smile:

3 Likes

well posted there :sweat_smile: I know Iā€™m late:

1 Like

Already did a nftp recipe that wasnā€™t merged because lack of interest, worked pretty fine at that time: https://github.com/haikuports/haikuports/pull/1704

Some of the things I would like to see:

  1. Modern browser. Webpositive is good for some browsing but Facebook and larger sites makes it crawl for me. Apple Music/Netflix/HBO/AmazonPrime support. Slack.
  2. Sonos Controller (might work soon with Node.js).
  3. Full Swift 5.x support and Be(Haiku)API bindings.
  4. Koder + auto complete.

Internet:

Video:

Audio:

2 Likes

How about getting 2 or 3 core Haiku developers to work on Calvinā€™s stuck port of Mono? Thereā€™s just one bug thatā€™s stopping everything from continuing.

Developers arenā€™t paid or assigned to work; they just pick it up if theyā€™re interested in itā€¦

No duh. Iā€™m telling you what itā€™s going to take to get the problem solved. The average drive-by ainā€™t gonna cut it.

What ā€œproblemā€? Even if you got Mono working, any UIs would need to be completely recoded unless theyā€™re web-basedā€¦

It takes an interested developer. The reason I work on Haiku is because I like the native APIs and their ease of use, therefore I see little needs in porting every toolkit and programming language out there. Find another victim! :wink:

8 Likes

https://launchpad.net/~subtitlecomposer

https://store.kde.org/p/1126783

1 Like

Mono depends on GTKā€¦ so that would be required not rewriting, though rewriting to render to BeAPI would probably be preferable it may not be truly feasible.

Does it? I thought Mono was just the (ported) CLR and the compiler, and the optional GTK# port required GTK?

If Haiku goes anywhere near .Net, I think the CoreCLR is the way to go, rather than Mono.

1 Like

Kaffeine TV

Bazel : https://bazel.build/

No there is a functional port of winforms alsoā€¦ which depends on GTK IIRC.

In any case CoreCLR and Mono are developed by the same teams I believe these daysā€¦

I have a winforms application I wrote in VS then did minimal changes to get it working in Monoā€¦I even took the binary built with mono on Linux and ran it on MSā€™s .net ā€¦