An open API service indexing awesome lists of open source software.

https://github.com/exoridus/exojs

Modern multimedia framework with a focus on performance and extensibility
https://github.com/exoridus/exojs

javascript multimedia webaudio webaudioapi webgl webgl2

Last synced: 4 months ago
JSON representation

Modern multimedia framework with a focus on performance and extensibility

Awesome Lists containing this project

README

          

# ExoJS #
Modern multimedia framework with a focus on performance and extensibility.

### Features ###
* Fast Rendering using modern WebGL2
* Audio playback and analysis using WebAudio
* Database system for local data storage using IndexedDB
* Gamepad support with customizable Button Mappings
* Pointer Events handling Mouse/Touch/Pen Events combined
* Powerful Resource Loader and Type Converter
* Collision Detection/Response using SAT
* Camera Handling supporting multiple Views
* Blendmodes (Add, Subtract, Multiply, Screen)
* Render to Target/Texture
* Flexible Particle System
* Seedable Random Number Generator
* Quadtree implementation

### Work in Progress ###
* Primitive DrawableShape rendering
* Touch Gestures
* Input Sequences
* Audio Fallback
* Audio Sprites
* Audio Effects
* WebGL Effects
* Mesh rendering
* Masking