https://github.com/mlabbe/ftgplane
WebGL rendering of 3D planes -- great as the basis for 2D games or 3D-ish websites.
https://github.com/mlabbe/ftgplane
Last synced: about 1 year ago
JSON representation
WebGL rendering of 3D planes -- great as the basis for 2D games or 3D-ish websites.
- Host: GitHub
- URL: https://github.com/mlabbe/ftgplane
- Owner: mlabbe
- Archived: true
- Created: 2011-12-24T03:24:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-18T23:37:19.000Z (over 14 years ago)
- Last Synced: 2025-02-15T22:42:07.646Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 23.8 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ftgplane
==========
version 0.1a
## Introduction ##
In contrast to an arbitrary scene WebGL scene renderer, ftgplane provides a simplified interface for projects that only need rendering of plane-aligned sprites. These planes are typically aligned and Z-ordered.
Some applications include:
+ 2D style games on the web
+ Basis for GUI rendering in a WebGL canvas
+ 3D-ish websites
## Usage ##
The easiest way to check it out is to run the demo app. Because the demo references textures, they need to be from somewhere other than the local filesystem. The easiest thing to do is to use Python to serve them up via HTTP:
cd ftgplane; python runserver.py
Simply browse to http://localhost:8000 and see the fireworks.
## A Word of Warning ##
This code is very much a work in progress. It does what it is supposed to do, but nothing impressive beyond that. Seriously. It's really early.
## Contact ##
The main author is Michael Labbe .