crsfml icon indicating copy to clipboard operation
crsfml copied to clipboard

Crystal bindings to SFML multimedia/game library

Results 4 crsfml issues
Sort by recently updated
recently updated
newest added

I think this problem might be related to crsfml, so I post here as well. Here is the original page: https://forum.crystal-lang.org/t/double-free-or-corruption-prev/4811 --- Recently I want to write a program to...

Hi, it seems like `SF::View#dup` is broken, because it tries to call initialize of either `SF::View` or `SF::View::Reference` (which appears twice in `src/graphics/obj.cr` btw), both of which do not accept...

In my project, I'm using code to load a `.tmx` file (Tiled Map). Everything runs fine, but every time the program finishes running, I get `free(): invalid pointer`. I've finally...

The [Relevant Example: typing](https://oprypin.github.io/crsfml/tutorials/window/events.html#the-textentered-event) link leads to a 404 page. I think it's supposed to point [here](https://github.com/oprypin/crsfml/blob/master/examples/text_input.cr), no?