atypdev / SFMLPong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chalet-example-sfml

This repository showcases how to setup a Chalet project for the SFML multimedia framework.

To get started, download Chalet, check out some of the documentation for it, and either build with the various commands from the command line, or try out the Chalet VS Code Extension (recommended).

Debugging

  • For MacOS: Install CodeLLDB and use the "LLDB" launch.json configuration
  • For Windows: Install the C/C++ extension and Build with MSVC and use the "MSVC" configuration
  • For Linux: Install the C/C++ extension and Use the "GDB" configuration
    • Additional packages required (names my vary between distros): libx11-dev xserver-xorg-dev xorg-dev libudev-dev libopenal-dev libvorbis-dev libflac-dev

About

License:MIT License


Languages

Language:C++ 92.6%Language:Shell 6.9%Language:C 0.5%