Menu

Home

Olivier Boudeville

OSDL: Object-oriented Simple DirectMedia Layer. OSDL is a high level open source (LGPL/GPL) portable multimedia library, built upon Sam Lantinga's SDL (http://www.libsdl.org). Its goal is to provide a high level C++ framework to ease game development.

Screenshot thumbnail
Justified paragraphs in smart text widgets.
Screenshot thumbnail
OSDL is based on Ceylan and uses it internally.
Screenshot thumbnail
Full text rendering with fixed and Truetype fonts.
Screenshot thumbnail
Vector graphics with full polygon support.
Screenshot thumbnail
Images can be managed easily.
Screenshot thumbnail
Plenty of 2D primitives are available for surfaces.


Project Admins:


Discussion

  • Olivier Boudeville

    Now that the project has been upgraded in Sourceforge, the Subversion check-out command to be entered for a user foo is:

    svn checkout --username=foo svn+ssh://foo@svn.code.sf.net/p/osdl/code/OSDL/trunk OSDL

     
  • Olivier Boudeville

    After the Subversion update, we completed the migration to GIT.

    From now on, run for example :

    • 'git clone git://git.code.sf.net/p/osdl/code OSDL' to retrieve the latest OSDL code
    • 'git clone git://git.code.sf.net/p/osdl/orge Orge' to retrieve the latest Orge code
    • 'git clone git://git.code.sf.net/p/osdl/tools OSDL-Tools' to retrieve the latest OSDL tools
     

Log in to post a comment.