Thanks to visit codestin.com
Credit goes to lib.haxe.org

htmlHelper

htmlHelper provides abstracts and setups to help with html
https://github.com/nanjizal/htmlHelper

To install, run:

haxelib install htmlHelper 0.0.2-alpha 

See using Haxelib in Haxelib documentation for more information.

README.md

htmlHelper

html helper abstracts and setup classes, to make working with Svg, Canvas, WebGL simpler for me.

unit tests ( using haxe-doctest and utest, not yet implemented )

doc ( using doc-gen to provide documentation )

Library summary

  • canvas
    AutoSize is to help with automatically sizing the canvas: setFull or setVerticalSplit
    CanvasWrapper quick creation of Canvas context and provides x, y properties.
    Leaf provides image offset rotations allowing IK construction uses only two canvas elements, similar to bones.
    Surface provides basic flash style api for simplified canvas drawing.
  • svg
    SvgPath wrapper: path, x, y, color, thickness
    SvgPathString wrapper provides simple path string creation using draw commands.
    SvgRoot helps setup root svg node.
  • tools
    AnimateTimer provides basic css enterframe and basic tween.
    Attributes helps deconstruct attributes to typed values.
    CharacterInput quick keyboard listener helper
    DivertTrace provides onscreen trace in the browser with styling.
    ImageLoader has a hash of images loaded and wraps loading images.
  • webgl
    WebGLSetup provides fairly generic tools for helping setting up WebGL quickly.
Contributors
Nanjizal
Version
0.0.2-alpha
Published
6 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub