snippets.haxeflixel.com
snippets.haxeflixel.com copied to clipboard
Building a friendly website to show/explain/inspire concepts in HaxeFlixel
I think I've come up with most of the Concepts that we need - there might be a few more to add (Nape?) Here are some ideas for proofs and...
I really would like to make this site look good and work on mobile but I do not know how to do that Thankfully, all of the demos work as...
Continued from: https://github.com/HaxeFlixel/snippets.haxeflixel.com/issues/26 there should be a way to minimize the concepts list on mobile and it should be minimized by default, so that the first thing you see when...
Every time we add a snippet we need to specify which class it works for, this can get hairy
A simple case showing 2 cameras at once. Often games have a game camera and a ui camera, can do something like that. ## Examples 1. Take the [follow snippet](https://snippets.haxeflixel.com/camera/follow/)...