Skip to content

brandon-doornbos/hummingbird-js

Repository files navigation

Welcome

This is the GitHub repository for the Hummingbird 2D rendering engine, developed solely by me, Brandon Doornbos.

JavaScript's Canvas API is great, but also very slow. Therefore I decided to make this, a fast and simple 2D rendering engine for WebGL.

This has been a great learning experience for me, in terms of Git(Hub), OpenGL and general computer graphics programming.

hummingbird-js logo

Building

To build the library yourself follow the instructions below (platform agnostic).

  1. git clone https://github.com/brandon-doornbos/hummingbird-js.git
  2. cd hummingbird-js
  3. npm install
  4. npm run build

The built library will be in 'dist' in normal and minified form.

Links

About

A simple and fast 2D rendering engine for WebGL.

Resources

License

Stars

Watchers

Forks