Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 07:21
Show Gist options
  • Save ryantm/2efaabd811738a49adb17b7c96980837 to your computer and use it in GitHub Desktop.
Save ryantm/2efaabd811738a49adb17b7c96980837 to your computer and use it in GitHub Desktop.
/nix/store/j708rilms5fpihj454xv4m8yph07v3y5-sfml-2.5.0
├── include
│   └── SFML
│   ├── Audio
│   │   ├── AlResource.hpp
│   │   ├── Export.hpp
│   │   ├── InputSoundFile.hpp
│   │   ├── Listener.hpp
│   │   ├── Music.hpp
│   │   ├── OutputSoundFile.hpp
│   │   ├── SoundBuffer.hpp
│   │   ├── SoundBufferRecorder.hpp
│   │   ├── SoundFileFactory.hpp
│   │   ├── SoundFileFactory.inl
│   │   ├── SoundFileReader.hpp
│   │   ├── SoundFileWriter.hpp
│   │   ├── Sound.hpp
│   │   ├── SoundRecorder.hpp
│   │   ├── SoundSource.hpp
│   │   └── SoundStream.hpp
│   ├── Audio.hpp
│   ├── Config.hpp
│   ├── GpuPreference.hpp
│   ├── Graphics
│   │   ├── BlendMode.hpp
│   │   ├── CircleShape.hpp
│   │   ├── Color.hpp
│   │   ├── ConvexShape.hpp
│   │   ├── Drawable.hpp
│   │   ├── Export.hpp
│   │   ├── Font.hpp
│   │   ├── Glsl.hpp
│   │   ├── Glsl.inl
│   │   ├── Glyph.hpp
│   │   ├── Image.hpp
│   │   ├── PrimitiveType.hpp
│   │   ├── RectangleShape.hpp
│   │   ├── Rect.hpp
│   │   ├── Rect.inl
│   │   ├── RenderStates.hpp
│   │   ├── RenderTarget.hpp
│   │   ├── RenderTexture.hpp
│   │   ├── RenderWindow.hpp
│   │   ├── Shader.hpp
│   │   ├── Shape.hpp
│   │   ├── Sprite.hpp
│   │   ├── Text.hpp
│   │   ├── Texture.hpp
│   │   ├── Transformable.hpp
│   │   ├── Transform.hpp
│   │   ├── VertexArray.hpp
│   │   ├── VertexBuffer.hpp
│   │   ├── Vertex.hpp
│   │   └── View.hpp
│   ├── Graphics.hpp
│   ├── Main.hpp
│   ├── Network
│   │   ├── Export.hpp
│   │   ├── Ftp.hpp
│   │   ├── Http.hpp
│   │   ├── IpAddress.hpp
│   │   ├── Packet.hpp
│   │   ├── SocketHandle.hpp
│   │   ├── Socket.hpp
│   │   ├── SocketSelector.hpp
│   │   ├── TcpListener.hpp
│   │   ├── TcpSocket.hpp
│   │   └── UdpSocket.hpp
│   ├── Network.hpp
│   ├── OpenGL.hpp
│   ├── System
│   │   ├── Clock.hpp
│   │   ├── Err.hpp
│   │   ├── Export.hpp
│   │   ├── FileInputStream.hpp
│   │   ├── InputStream.hpp
│   │   ├── Lock.hpp
│   │   ├── MemoryInputStream.hpp
│   │   ├── Mutex.hpp
│   │   ├── NativeActivity.hpp
│   │   ├── NonCopyable.hpp
│   │   ├── Sleep.hpp
│   │   ├── String.hpp
│   │   ├── String.inl
│   │   ├── Thread.hpp
│   │   ├── Thread.inl
│   │   ├── ThreadLocal.hpp
│   │   ├── ThreadLocalPtr.hpp
│   │   ├── ThreadLocalPtr.inl
│   │   ├── Time.hpp
│   │   ├── Utf.hpp
│   │   ├── Utf.inl
│   │   ├── Vector2.hpp
│   │   ├── Vector2.inl
│   │   ├── Vector3.hpp
│   │   └── Vector3.inl
│   ├── System.hpp
│   ├── Window
│   │   ├── Clipboard.hpp
│   │   ├── Context.hpp
│   │   ├── ContextSettings.hpp
│   │   ├── Cursor.hpp
│   │   ├── Event.hpp
│   │   ├── Export.hpp
│   │   ├── GlResource.hpp
│   │   ├── Joystick.hpp
│   │   ├── Keyboard.hpp
│   │   ├── Mouse.hpp
│   │   ├── Sensor.hpp
│   │   ├── Touch.hpp
│   │   ├── VideoMode.hpp
│   │   ├── WindowHandle.hpp
│   │   ├── Window.hpp
│   │   └── WindowStyle.hpp
│   └── Window.hpp
├── lib
│   ├── cmake
│   │   └── SFML
│   │   ├── SFMLConfig.cmake
│   │   ├── SFMLConfigDependencies.cmake
│   │   ├── SFMLConfigVersion.cmake
│   │   ├── SFMLSharedTargets.cmake
│   │   └── SFMLSharedTargets-release.cmake
│   ├── libsfml-audio.so -> libsfml-audio.so.2.5
│   ├── libsfml-audio.so.2.5 -> libsfml-audio.so.2.5.0
│   ├── libsfml-audio.so.2.5.0
│   ├── libsfml-graphics.so -> libsfml-graphics.so.2.5
│   ├── libsfml-graphics.so.2.5 -> libsfml-graphics.so.2.5.0
│   ├── libsfml-graphics.so.2.5.0
│   ├── libsfml-network.so -> libsfml-network.so.2.5
│   ├── libsfml-network.so.2.5 -> libsfml-network.so.2.5.0
│   ├── libsfml-network.so.2.5.0
│   ├── libsfml-system.so -> libsfml-system.so.2.5
│   ├── libsfml-system.so.2.5 -> libsfml-system.so.2.5.0
│   ├── libsfml-system.so.2.5.0
│   ├── libsfml-window.so -> libsfml-window.so.2.5
│   ├── libsfml-window.so.2.5 -> libsfml-window.so.2.5.0
│   ├── libsfml-window.so.2.5.0
│   └── pkgconfig
│   ├── sfml-all.pc
│   ├── sfml-audio.pc
│   ├── sfml-graphics.pc
│   ├── sfml-network.pc
│   ├── sfml-system.pc
│   └── sfml-window.pc
├── sfml-all.pc
├── sfml-audio.pc
├── sfml-graphics.pc
├── sfml-network.pc
├── sfml-system.pc
├── sfml-window.pc
└── share
└── SFML
├── license.md
└── readme.md
13 directories, 141 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment