sconelib

A collection of utility classes for HaxePunk development.
https://bitbucket.org/wscones/sconelib/

To install, run:

haxelib install sconelib 0.0.2 

See using Haxelib in Haxelib documentation for more information.

README.md

README

What is sconelib?

  • Sconelib (current version 0.0.1-alpha) is a simple collection of utility classes that I frequently use for HaxePunk development.
  • Currently, it's very bare-bones and mostly for personal use, but I hope to add more useful features that might benefit others :)

What does sconelib contain?

  • sconelib

    • TimedScene: An extension of HaxePunk's Scene class that adds functionality for a fixedUpdate, as well as the logic for calling fixedUpdate in any TimedEntities

    • TimedEntity: An extension of Haxepunk's Entity class that adds a fixedUpdate function, which is called on every tick, rather than every frame

    • AngularMovement

    • sconelib.math

      • SconeMath: Most notable for having basic float and point approximation functions
    • sconelib.time

      • Time: An attempt to emulate Unity's Time class
    • sconelib.utils

      • Constants

      • JoystickWrapper

      • Structures

      • Types

Who am I?

  • wednesday scones
Contributors
wednesdayscones
Version
0.0.2
Published
9 years ago
Dependencies
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