User Reviews

[4 total ]
11 months ago Avatar
Glib: as invaluable as stdlib

  by Arc "warthog" Riley

I started using GLib around two years ago for GHashTable, then GAsyncQueue, now I consider it as vital as stdlib.

It's remarkable how much easier it is to write in C with GLib.

1 of 1 users found the following review helpful. Was this review helpful to you? |

11 months ago Avatar
libstrophe: a great start

    by Arc "warthog" Riley

I have a personal preference for shared libraries and versioned releases, if it were not for lack of these I would rate this library a 5.

There's certainly room for improvement beyond those critiques, but this is one of the best XMPP client libraries I've looked at.

Projects currently using Loudmouth should certainly look into this further.

Was this review helpful to you? |

11 months ago Avatar
Open Dynamics Engine: wish we had an alternative

    by Arc "warthog" Riley

The ODE developers intend their project as a framework for building custom physics engines. This has caused a serious conflict with GNU/Linux packagers who prefer shared libraries (for a good reason).

In lack of the ODE project's leadership acknowledging their community is using a shared library, we have ODE built with different options on different distros and thus behaving differently. To my knowledge there's no way to turn on/off ... [More] optional features (ie, gyro) or even a naming convention for linking against ODE built with a specific feature set.

I really wish someone more skilled at community project management would either fork ODE or build a new free software physics engine. We're tired of ODE. [Less]

Was this review helpful to you? |

11 months ago Avatar
Loudmouth: avoid this

    by Arc "warthog" Riley

The loudmouth project has a lot of ambitious people involved with it but a serious lack of leadership.

Numerous project maintainers who have used or are using loudmouth as a dependency have complained about their patches for important bugs (ie, Windows building) being ignored or rejected. Everyone I've talked to is migrating to another solution.

Take a look at libstrophe as an alternative. It's fairly mature, already has decent cross-platform support, and has experienced leadership managing it.

Was this review helpful to you? |