Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 751 Bytes

File metadata and controls

17 lines (9 loc) · 751 Bytes

gamma-driver

Join the chat at https://gitter.im/kovasb/gamma

Gamma-Driver simplifies manipulating stateful WebGL resources. It models the WebGL API in a direct and simple way with a combination of interfaces (protocols in Clojure) and data-oriented resource descriptions. This allows for improved composition, reasoning, and optimization compared to the traditional imperative WebGL API and to existing WebGL frameworks.

Gamma-Driver is very WIP, APIs are still in flux.

Installation

Add the following to your project.clj's :dependencies

 [kovasb/gamma-driver "0.0-49"]