Silverweed
Silverweed
So would that work along the lines of: ```c sfTexture *texture = sfTexture_createEmpty(); //
I think the version with create + setSrgb + load, while more verbose, is basically the same as the SFML way of doing that, thus it's what I would expect...
Hello, what's the status of this issue? Is there still hope for it to see the light of day (and stabilization)?
I second this: the ability to scan arbitrary folders would be very useful. (This is probably a duplicate of https://github.com/chromium/vs-chromium/issues/48)
Hello, it might be a mistake in the CMakeLists file; do you want to build in debug or release? If you want debug try doing `cmake -DRELEASE=0`, else `cmake -DRELEASE=1`...
Ok, thanks for the feedback. I'll try and fix the cmake problem as soon as I manage and open an issue to keep track of the score issue as well.
 That would be pretty cool yes :) Technically it's not hard to do, the biggest pain bits I see are adapting the UI, finding good key bindings (at that...
Hi, thanks for reporting, I'll look into it.
What are the expected values for mac? htop uses `used = active + wired` (https://github.com/htop-dev/htop/blob/2503239d9fb453b5d67d3b33690c5a8e914bc58c/darwin/Platform.c#L305) while we are currently using `used = active + inactive + wired`. Should we keep...
Are there any updates on this? I'm incurring in the same problem. I can help with the implementation if a design is agreed upon.