https://github.com/ullaskunder3/sfml-graphics-setup
https://github.com/ullaskunder3/sfml-graphics-setup
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ullaskunder3/sfml-graphics-setup
- Owner: ullaskunder3
- Created: 2021-09-04T08:49:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T09:08:56.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T09:35:49.231Z (8 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.
...