Borislav Kosharov

Results 3 issues of Borislav Kosharov

The example on [dsfml.com](http://dsfml.com/docs/vertex-arrays.html) Isn't compiling cause of some minor syntax mistakes. I made it work here is the full code: ``` import std.conv; import std.random; import dsfml.graphics; class ParticleSystem...

Hi, I have started working on [spine](http://esotericsoftware.com/) [runtime library](https://github.com/EsotericSoftware/spine-runtimes) for D. And I have separated it into two repositories [spine-d](https://github.com/nikibobi/spine-d) and [spine-dsfml](https://github.com/nikibobi/spine-dsfml) that will use your version of SFML and...

announcement

When I try to compile the library using the cmd `make` in the base directory I get this: `Error on line 1: expecting target : dependencies` error. I am not...