-
Notifications
You must be signed in to change notification settings - Fork 5
This Week in LesserPanda #3
Covering the week of 2016-04-28 to 2016-05-04.
This week I've been working on the most wanted part, the API document, \o/
One thing to note is that the canvasquery
module is removed, since the engine
is currently focusing on PIXI.js instead. But other renderer support is still in
my interest such as Three.js, CanvasQuery and popular VR projects you name it.
Also some minor changes come to LesserPanda, like convinent engine.start()
,
to save you some bytes of code ;)
This used to be a must have feature for me since I like tiny cute frameworks that
feels like UNIX program(do one thing and do it well). CanvasQuery is one of the best
canvas drawing framework for 2D games IMHO. The engine/renderer
module is
designed for that.
I should not focus on too much thing now, LesserPanda has changed a lot
since a few months ago. So I decide to remove canvasquery
module temporarily. But
still keep the door open to intergrate other renderer in the future.
Lots of documents need to be fixed, the progress is great so far. Only 6 more modules and it's done.
For new comers who is not familiar to LesserPanda(anyone else than me ;)) the up-coming API document will be really helpful. Well the API document will not contain more informations other than bare explaination. I'm gonna add more inline examples and tips into the document later, so keep an eye on that.