Skip to content

Latest commit

 

History

History

examples

Examples

  • Show a Window
  • React to close event
  • Show a RenderWindow
  • Unicode window title
  • React to close and keyboard events
  • Use a Texture and a Sprite
    • Move, scale, rotate, draw

Pong example from SFML

  • Sound and SoundBuffer
  • RectangleShape and CircleShape
  • Text and Font
  • Clock
  • Keyboard querying
  • Math
  • Setup antialiasing
  • Object-oriented
  • Custom drawables
  • RenderStates
  • Keyboard events

Sound Capture example from SFML

  • Record sound
  • Play sound
  • Save sound
  • VertexArray
  • drawPrimitives
  • ConvexShape
  • Custom Shape
  • Basic OpenGL

Parts of the Shader example from SFML

  • Fragment and vertex shaders
    • Load from file
    • Set arguments
    • Apply
  • Keyboard events, TextEntered
  • Unicode (Rune) string

Acknowledgements