Home

Awesome

Peote View - 2D Render Library (haxe/lime/opengl)

This library is to simplify opengl-usage for 2D rendering and to easy
handle procedural shadercode and imagedata from texture-atlases.

It's written in Haxe and runs multiplatform with Limes GL-context and environment.

Installation

by haxelib -> peote-view

haxelib install peote-view

or use the latest developement version by:

haxelib git peote-view https://github.com/maitag/peote-view

Samples

start here: peote-view-samples to test out some core features
or play around into: peote-playground

You can test some of them also here.

API

is still work in progress (can be generated locally by Dox and generateAPIdoc.sh)

Features

Scenegraph and Namespace

scenegraph

PeoteView

Display

Element

Buffer<Element>

Program

Texture

TextureData

TextureCache

Todo