Mark Oates
Mark Oates
Consider renaming this to Jukebox and Soundboard.
Exactly. Right now there are a bunch of things stuffed in [useful.h](https://github.com/MarkOates/allegro_flare/blob/master/include/allegro_flare/useful.h)/[useful.cpp](https://github.com/MarkOates/allegro_flare/blob/master/source/useful.cpp) that should belong in a `Math` class. There are a few constants already like - `TAU` - `FULL_ROTATION`...
Pushing this to `0.9`
Might want to move the framework to a q.yml file so that the guards can be added through `guards:` on the methods.
A working version has been created locally through the time honored technique of artisanal key mashing. Here's the thread: https://www.allegro.cc/forums/thread/615966
Note ks's comment recommending https://github.com/assimp/assimp for model loading.
Theoretical example of JSON object of the actor: ``` "actors": [ { "type": "Actor2D" "id": 12 "params": [ { "name": "opacity", "keyframes": [ { "time": 0.5, "value": 2.0, "interpolator": "linear"...
To create a new message, you would need to create a few supporting classes. Note `cg` is an alias for the `component_generator` program from [Blast](https://github.com/MarkOates/blast). If your new class was...
Trent, did anything happen to you specifically that made you feel justified in doing damaging things to allegro?
Boost is too large, every excessive dependency is new expense to maintain, developers don't want to deal with that. As a user of the asio standalone, I was _so_ relieved...