1.7.0 • Published 7 years ago

aminogfx-gl v1.7.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

aminogfx-gl

AminoGfx implementation for OpenGL 2 / OpenGL ES 2. Node.js based animation framework supporting images, texts, primitives, 3D transformations and realtime animations. Hardware accelerated video support on Raspberry Pi.

Platforms

  • macOS
  • Raspberry Pi

Requirements

In order to build the native components a couple of libraries and tools are needed.

macOS

  • GLFW 3.2
  • FFMPEG

MacPorts setup:

sudo port install glfw freetype ffmpeg

Homebrew setup:

brew install pkg-config
brew tap homebrew/versions
brew install glfw3
brew install freetype

Raspberry Pi

  • libfreetype6-dev
  • libjpeg-dev
  • libav
  • libswscale-dev
  • libavcodec-dev
  • Raspbian (other Linux variants should work too)

Setup:

sudo rpi-update
sudo apt-get install libfreetype6-dev libjpeg-dev libavformat-dev libswscale-dev libavcodec-dev

Installation

npm install

Build

During development you'll want to rebuild the source constantly:

npm install --build-from-source

Or use:

./rebuild.sh

Demo

node demos/circle.js

Example of all supported features are in the demos subfolder.

1.7.0

7 years ago

1.6.4

8 years ago

1.4.0

8 years ago

1.3.9

8 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago