PasSFML icon indicating copy to clipboard operation
PasSFML copied to clipboard

Pascal binding for SFML

Results 5 PasSFML issues
Sort by recently updated
recently updated
newest added

the sentence inherited Create(OnGetDataHandler, OnSeekHandler, 1, 44100, Self); is worng [dcc32 Error] Server.pas(63): E2010 Incompatible types: 'LongBool' and 'Boolean'

I have written a small FPC project which attempted to load a texture into a TVertexArray and display it, along with a couple other reference graphics. I have a TCircleShape...

![passfml main example 64 bit](https://cloud.githubusercontent.com/assets/12114234/8398125/a168fe1e-1de3-11e5-85b8-5be4f6c86a6c.png) 64 bit Main Example is not rendered properly (compiled to x86_64 target with FPC/Lazarus svn trunk). 32 bit PasSFML Main Example works properly.

HelloWorld and HelloWorldOOP raise an exception on the Surface device vertically oriented. According to SFML Documentation (SFML-2.3\classsf_1_1VideoMode.html): Video modes are used to setup windows (sf::Window) at creation time. The main...

![passfml window example 64 bit](https://cloud.githubusercontent.com/assets/12114234/8398140/0acb44fc-1de4-11e5-9ea1-fa0195f6059d.png) 64 bit Window with Open GL Example is not rendered properly (compiled to x86_64 target with FPC/Lazarus svn trunk). 32 bit PasSFML Window with Open...