Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Odeamus

Pages: [1]
1
D / Conflicts with tango/phobos and other stuff
« on: January 02, 2009, 10:27:48 pm »
Would it be a bad idea to drop support for stuff that is already implemented in tango/phobos? For example threading? I don't see any point in using SFML's threads.

Just thinking that supporting only those features which haven't been done in either runtime would make maintenance so much easier. Plus people using the D binding wont get unnecessary conflicts.

I don't know if I'd go so far as to implement some of the modules in D and dropping the c/c++ implementation for them altogether. For example the clock-module.

Just a thought.

2
D / RenderWindow is missing a constructor
« on: January 02, 2009, 02:20:47 pm »
The RenderWindow class is missing its default constructor. It's not a biggie, but it's one more thing that's different than the c++ interface.

O.

3
D / Small note about the dsss build script
« on: January 02, 2009, 11:48:28 am »
At the moment the build script moves the created static libs to ../lib after the build. This means you cannot install them, as dsss cannot find them anymore. I suggest that instead of moving the files just copy them.

O.

Pages: [1]