Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "Initializes a full-screen display on the RPi on which OpenGL ES2 graphics can be drawn using a WebGL-compliant interface.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "gles2.js", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -0,1 +1,8 @@ | ||
wpe-webgl | ||
===== | ||
[![npm version](https://badge.fury.io/js/wpe-webgl.svg)](https://badge.fury.io/js/wpe-webgl) | ||
[![npm](https://img.shields.io/npm/dt/wpe-webgl.svg)]() | ||
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=55UJZHTXW8VTE) | ||
Provides a WebGL rendering context for nodejs. It is displayed in a window or fullscreen, depending on your platform. | ||
@@ -37,3 +44,3 @@ | ||
# Example | ||
var webgl = require('node-wpe-webgl'); | ||
var webgl = require('wpe-webgl'); | ||
@@ -40,0 +47,0 @@ var options = {width: 1280, height: 720}; |
Sorry, the diff of this file is not supported yet
331996
72