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 - Core Xii

Pages: [1]
1
D / std\thread.d
« on: May 25, 2009, 05:29:57 pm »
Quote
import\dsfml\system\thread.d(35): Error: module thread cannot read file 'std\thread.d'


So apparently DSFML is trying to import this thread.d from Phobos; It doesn't exist. What gives?

2
Graphics / Accessing raw pixel data
« on: December 16, 2008, 01:43:50 pm »
I'd like to use a software renderer, how would I go about accessing raw pixel data? Is sf::Image's SetPixel() fast enough for going through the entire image every frame?

3
Feature requests / DLL convenience wrapper
« on: October 13, 2008, 06:48:03 am »
I'd like a cross-platform convenience interface for explicitly linking DLLs at run-time. I'd like to implement plugin architectures in my applications but am faced with an overwhelming complexity and complete lack of information for actually achieving this. Easy-to-use functions for loading DLLs at specified file paths, and calling functions from them.

Pages: [1]