Search found 2 matches

by alexanderdna
Tue Oct 30, 2018 7:39 am
Forum: Libraries and Tools
Topic: amour - a basic scene graph library
Replies: 7
Views: 9566

Re: amour - a basic scene graph library

I like the light weight and readability of the user's code. But I have no idea where to use it yet. Some menu, cut scenes, scene editing.... Thank you. I think this library is useful for someone (like me) who comes from other game engines that support scene graph (e.g. Unity, Corona, cocos2d-x). It...
by alexanderdna
Sun Oct 28, 2018 8:01 am
Forum: Libraries and Tools
Topic: amour - a basic scene graph library
Replies: 7
Views: 9566

amour - a basic scene graph library

As the title suggests, amour supports creating a scene graph, basically a hierachical structure for drawables. GitHub: https://github.com/flatgames/amour Documents: https://github.com/flatgames/amour/wiki A piece of sample code: local Scene = require 'amour.scene' local Rect = require 'amour.rect' l...