fluffl 0.0.2

A cross-platform multimedia layer that exposes opengl,sockets,and audio utilities for desktop and broswer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<html>
    <body>
        <div>
            <iframe width="820" height="620" frameBorder="0" src="./wasm_bins/examples/audio_ex_1/index.html" title="ex1">browser not compatible</iframe>
            <p>space key - play/resume music</p>
            <p>page up - increase volume</p>
            <p>page down - derease volume</p>
            <p>'r' key  - replay music</p>
            <p>'y' key - pause music</p>
        </div> 
    </body>
</html>