CSFML
CSFML copied to clipboard
Official binding of SFML for C
Since we last updated CSFML, SFML has changed the `sf::Event` and Audio APIs.
Most Window module APIs require a display which means pulling in the same `xvfb` infrastructure SFML uses. We can do that eventually, but for now I wrote some quick `sfJoystick`...
Macros like `CSFML_CALL` aim to be friendly to users who incorrectly pass `NULL` to a parameter that expects a non-null argument. In some cases this results in functions that return...
The SFML 3 API is changing faster than I care to update in CSFML. *I can't stand whatever guy keeps breaking the SFML API*. Anyways, for now let's lock CSFML...
- Wording and notation consistent with `sf*Shape_{g,s}etPoint()` - Related case fix in `sfConvexShape_setPoint`
When using `SoundBufferRecorder`, how is one supposed to set the channel count? My impression is that, either a function `sfSoundBufferRecorder_setChannelCount` function is missing, or there should be a way to...
Following https://github.com/SFML/SFML/pull/2835 https://github.com/NixOS/nixpkgs/pull/312161#discussion_r1629625142