blob: 7a45321a1a0083be691e9ce5dd075c610a52a3b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
The Simple and Fast Multimedia Library (SFML) is a portable and easy to use
multimedia API written in C++. You can see it as a modern, object-oriented
alternative to SDL. SFML is composed of several packages to suit your needs.
You can use SFML as a minimal windowing system to interface with OpenGL, or
as a fully-featured multimedia library for building games or interactive
programs.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|