AprilAndFriends

AprilAndFriends

Geek Repo

0

following

0

stars

Github PK Tool:Github PK Tool

AprilAndFriends's repositories

theoraplayer

A multi-threaded C++ library that plays video files supporting multiple codecs across platforms. Easy to use, fast, responsive, abstract interface and minimal dependencies, you'll soon be wondering how you lived without it! ;) Audio and Video interfaces are completely abstracted so the library can be used anywhere, regardless of what you use to display video frames and play audio samples (eg. OpenGL / OpenAL, Direct3D / DirectSound?, SDL / SDL_mixer, X11 / alsa ...) The library can pre-cache video frames and decoded audio samples for maximum efficiency and smooth playback, even on single-cpu systems. Currently, the library supports Theora on Windows, Mac, iOS, Linux, Android, WinRT and Windows Phone. H.264 is supported on Mac and iOS.

Language:CLicense:BSD-3-ClauseStargazers:84Issues:18Issues:25

sakit

Provides socket abstractions for easy and simple synchronous and asynchronous networking with C++ on multiple platforms (Windows, Mac OSX, Android, iOS, WinRT). It supports TCP and UDP sockets and servers as well as communication and networking over HTTP.

Language:C++License:BSD-3-ClauseStargazers:7Issues:0Issues:0

xal

A universal platform independent audio library. Each platform uses it's native audio system (e.g. DirectSound, OpenAL, OpenSLES, XAudio2, etc.), accessible through a common interface.

Language:CLicense:BSD-3-ClauseStargazers:3Issues:6Issues:2

april

This library serves as the middle man between the rendering API and your application. This way you can easily change rendering and windowing systems without having to change you code (e.g. OpenGL, DirectX, SDL, etc.)

Language:CLicense:BSD-3-ClauseStargazers:2Issues:8Issues:0

aprilparticle

This is a lightweight particle system intended for use with APRIL ( http://github.com/AprilAndFriends/april ). It covers several types of emitters and affectors.

Language:C++License:BSD-3-ClauseStargazers:1Issues:0Issues:0

aprilui

A User Interface targeting mainly game developers. It uses the "April" library for rendering. It's designed to be simple, yet powerful, but also efficient.

Language:C++License:BSD-3-ClauseStargazers:1Issues:0Issues:0

atres

This is a text rendering system, primarily designed to be used in graphical applications. It supports Unicode and basic formatting using a BBC-style syntax.

Language:CLicense:BSD-3-ClauseStargazers:1Issues:0Issues:0

gtypes

Various C++ classes for working with 2D and 3D math: Vectors, Quaternions, Matrices, Rectangles, Splines etc.

Language:C++License:BSD-3-ClauseStargazers:1Issues:0Issues:0

hltypes

Simple and powerful C++ classes for the most common containers needed in C++. Designed to be a high level alternative for the most used STL containers, prioritizing usability and readability over performance while still maintaining performance due to its implementation based on STL.

Language:CLicense:BSD-3-ClauseStargazers:1Issues:0Issues:0

liteser

Lite Serializer offers a powerful and clean platform independent interface for binary serialization of objects in C++. This library is based on High Level C++ Types ( https://github.com/AprilAndFriends/hltypes ) and uses its internal serialization procedures for serialization. Lite Serializer is intrusive and serializable data can be declared together with the class definition. Only few special cases require some additional code to be written in order to make it work properly.

Language:C++License:BSD-3-ClauseStargazers:0Issues:0Issues:0