www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Indigo at dsource

reply torhu <fake address.dude> writes:
Indigo has got a new home at dsource.org:
http://www.dsource.org/projects/indigo/

Docs and feature list here:
http://indigo.dsource.org/

The Indigo library consists of several parts.  The most interesting part 
might be the containers modelled after the Qt 4.0 container classes, 
which also means they have an STL-like interface.  Other features 
include a dynamic library loader, signals and slots, an IO system, and 
i18n tools.

The license is LGPL.

I don't intend to start maintaining Indigo myself.  The idea is just to 
make sure it continues to be available.  If you want to contribute 
something, let me know.

I've never used anything besides the container classes myself, so if 
anyone has some experience with Indigo, please fill in the blanks. :)
May 06 2007
next sibling parent Dejan Lekic <dejan.lekic gmail.com> writes:
As I stated many times - Indigo is a _MUST TRY_ piece of D source. :)
Congratulations torhu!
May 06 2007
prev sibling parent reply Gregor Richards <Richards codu.org> writes:
Indigo does not work with the latest versions of D. There are quite a 
few []->* issues.

  - Gregor Richards
May 06 2007
parent torhu <fake address.dude> writes:
Gregor Richards wrote:
 Indigo does not work with the latest versions of D. There are quite a 
 few []->* issues.
I forgot to mention you need to compile with -d. Doesn't seem to be that many issues, I think I just fixed most of them. The container classes compile without -d now.
May 06 2007