Hi, I'm pretty new to programminig so I'm not too sure how I would achieve this. I'd like to use SFML, which is a modern alternative to SDL 1.2 ( http://www.sfml-dev.org/ ) with Free Pascal as my main programing language. SFML is written in C++ and has a C binding.

Would I have to make a Pascal binding for SFML? Could I do the front end in C++ and the backend in Pascal?

I really don't know how to get started with this.