Cantidio Fontes

Results 15 issues of Cantidio Fontes

Hello I'm using autobahn in my enterprise application which all communications use a two way hand shaking. So we have certificates in the Server and In the Client as well....

enhancement
needs-discussion

The Sprite class should have a entry point to define a rectangle with it's boundaries. This would enable using the same sprite sheet image for different sprites and just using...

enhancement
feature
ready
graphic

Rename the runStep to update. Create another runStep that just calls the update method and mark it as deprecated.

ready
graphic
refactor

Implement a method to draw an arc in Display, fill optional.

Implement a function to draw a rectangle in the Display. fill optional.

Sprite HashMap should be remade to me more simple and dynamic. instead of ``` { "image": "image-source", xoffset: 10, yoffset: 20 } ``` to ``` { "src": "image-source", "xoffset": 10,...

enhancement
in progress
graphic

It would be a cool feature to be able to import gifs directly into the SpritePack. Unfortunately for that a gif parser must be implemented or find for usage.

feature
graphic

enhancement
ready
graphic

A composed frame is a frame composed of more than one sprite at a time.

feature
graphic