Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bincrafters/conan-sdl2
[OBSOLETE] The recipe is now in https://github.com/bincrafters/community
https://github.com/bincrafters/conan-sdl2
conan direct-media sdl
Last synced: 5 days ago
JSON representation
[OBSOLETE] The recipe is now in https://github.com/bincrafters/community
- Host: GitHub
- URL: https://github.com/bincrafters/conan-sdl2
- Owner: bincrafters
- License: mit
- Archived: true
- Created: 2017-12-07T18:18:10.000Z (about 7 years ago)
- Default Branch: testing/2.0.12
- Last Pushed: 2020-11-14T05:16:09.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:55:49.439Z (3 months ago)
- Topics: conan, direct-media, sdl
- Language: Python
- Homepage: https://www.libsdl.org
- Size: 168 KB
- Stars: 13
- Watchers: 12
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Download](https://api.bintray.com/packages/bincrafters/public-conan/sdl2%3Abincrafters/images/download.svg)](https://bintray.com/bincrafters/public-conan/sdl2%3Abincrafters/_latestVersion)
[![Build Status Travis](https://travis-ci.com/bincrafters/conan-sdl2.svg)](https://travis-ci.com/bincrafters/conan-sdl2)
[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/github/bincrafters/conan-sdl2?svg=true)](https://ci.appveyor.com/project/bincrafters/conan-sdl2)## Conan package recipe for [*sdl2*](https://www.libsdl.org)
Access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D
The packages generated from this recipe can be found on [Bintray](https://bintray.com/bincrafters/public-conan/sdl2%3Abincrafters).
## Issues
If you wish to report an issue or make a request for a package, please do so here:
[Issues Tracker](https://github.com/bincrafters/community/issues)
### Available Package Options
| Option | Default | Possible Values |
| ------------- |:----------------- |:------------:|
| shared | False | [True, False] |
| fPIC | True | [True, False] |
| directx | True | [True, False] |
| alsa | True | [True, False] |
| jack | True | [True, False] |
| pulse | True | [True, False] |
| sndio | False | [True, False] |
| nas | True | [True, False] |
| esd | False | [True, False] |
| arts | False | [True, False] |
| x11 | True | [True, False] |
| xcursor | True | [True, False] |
| xinerama | True | [True, False] |
| xinput | True | [True, False] |
| xrandr | True | [True, False] |
| xscrnsaver | True | [True, False] |
| xshape | True | [True, False] |
| xvm | True | [True, False] |
| wayland | False | [True, False] |
| directfb | False | [True, False] |
| iconv | True | [True, False] |
| video_rpi | False | [True, False] |
| sdl2main | True | [True, False] |
| opengl | True | [True, False] |
| opengles | True | [True, False] |
| vulkan | True | [True, False] |## Add Remote
$ conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
## Conan Recipe License
NOTE: The conan recipe license applies only to the files of this recipe, which can be used to build and package sdl2.
It does *not* in any way apply or is related to the actual software being packaged.[MIT](https://github.com/bincrafters/conan-sdl2/blob/stable/2.0.10/LICENSE.md)