Skip to content
Gerber Clément edited this page Apr 10, 2016 · 2 revisions

Welcome to the Simple++ wiki!

Description

Simple++ is a light, simple and fast Cross-platform C++ Library. It's supposed to handle every main features a C++ software would need (Data Structures, Maths, Network Framework, Input and Output, 2D Graphics and Images...).

Main Features of the API

  • Data Structures
    • Vectors
    • Maps
  • Time
    • Date
    • Time Point
    • Duration
  • Network
    • Connection
    • Server
  • Graphic
    • Image
    • Textures (Image with mipmaping)
    • Fonts
  • Math
    • Vec2, Vec3, Vec4
    • Mat3x3, Mat4x4
    • Rectangle
  • Utility

Clone this wiki locally