Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riff

A lightweight software rendering library.

The core motivator of the project is to provide a media layer that is easy to use following the KISS philosophy**, **portable such that components will run on the majority of systems, lightweight and small in both implementation and interface, and providing sufficient functionality for most applications.

installation

To build riff:

$ make rebuild

This will create a file build/libriff.a which is a static library that can be linked to any program with:

$ gcc ... -lriff -L[dir containing libriff.a]

functionality

all still in progress

  • Audio
  • Graphics (OpenGL)
  • Input

demos

see test/README.md

About

A ground up library for use in multi-media applications.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages