An open API service indexing awesome lists of open source software.

https://github.com/ullaskunder3/sfml-graphics-setup


https://github.com/ullaskunder3/sfml-graphics-setup

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# SFML in Visual Studio Code

## Intro

Simple and Fast Multimedia Library (SFML) is a cross-platform software development library designed to provide a simple application programming interface

SFML is a simple to use and portable API written in C++. You can think of it as an object oriented SDL. SFML is made of modules in order to be as useful as possible for everyone. You can use SFML as a minimalist window system in order to use OpenGL, or as a complete multimedia library full of features to build `video games` or `multimedia softwares`.

...