Jeremy DeHaan

Results 32 issues of Jeremy DeHaan

The packaging was very much thrown together. I'd like to change some things to make it better. The DSFML static stuff was in the same directory as the DSFMLC stuff....

enhancement

DSFML should be high performance, and as such it could be useful to circumvent the GC. I'm considering adding allocator and deallocator methods to classes so that they can be...

enhancement
research

This is for after 2.1 is released. I'd like to do these three things for the website: - Create a stand alone repo - Stop using github pages for hosting...

enhancement

Some wishful thinking on my end, but it would be super neat if the whole library was marked with @nogc. Guaranteeing that the whole thing doesn't cause any GC allocations...

research

This is for after #20 is finished, but I wanted to make sure I don't forget to do this later. Essentially, #20 is for getting "some kind" of tests in...

enhancement

A while ago, @Halsys had the terrific idea of having a way of handling events similar to the SFML.Net API(#44), which is an Event Driven system and not the current...

Ranges are a pretty fundamental part of D, but I don't know much about them. I should research them more and try to figure out if they can be used...

research

I plan on using this API at work and I will be using D for my application. That's when I noticed you don't have any examples for it. I was...

Just updated to the latest Xamarin beta, and I am using the latest D plug-in. I was doing some unit test stuff and Xamarin kept crashing. At first I thought...

Bug

I have two projects in one solution. Let's call them Main and Lib. If Main depends on Lib, it looks like Lib is built first and then built again as...