/estk.js

Webgl toolkit for easier and faster development

Primary LanguageJavaScriptMIT LicenseMIT

Estk.js - v2.0.1

Webgl toolkit for easier and faster development.

Features

  • WebGL canvas initialization
  • Game loop controll
  • Shader loading
  • Media (Image, sound and texture) downloading with progress bar
  • Fullframe mode with window resize handling
  • Vector and matrix operations
  • Camera perspective tools

Todo

  • Generate mipmaps as texture loading parameter
  • Fullframe mode mobile, no scrolling and scaling
  • Real fullscreen mode
  • Shader loading with dependincies
  • Shader with attribute dictionary
  • Quaternion operations
  • Isometric camera

Changelog

v2.0.0

  • Added gulp support (removed Makefile)