Skip to content

DCubix/glfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFX

====== GLFX is a simple and handy framework for creating WebGL games and apps.

Building

  • Download TypeScript from npm:
npm install -g typescript
  • Clone & Build the project:
$> git clone https://github.com/DCubix/glfx
$> cd glfx
$> tsc

Usage

First you need include it in your HTML file:

<script type="text/javascript" src="./dist/glfx.js"></script>

All the types and functions will be under the GLFX namespace!

GLFX provides just the basic helpers for you to start with WebGL.

Example

See index.html

GLFX

About

A handy framework for WebGL applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published