Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxeflixel/flixel-demos
Collection of demos for HaxeFlixel
https://github.com/haxeflixel/flixel-demos
demo haxeflixel haxelib samples
Last synced: 4 days ago
JSON representation
Collection of demos for HaxeFlixel
- Host: GitHub
- URL: https://github.com/haxeflixel/flixel-demos
- Owner: HaxeFlixel
- Created: 2012-07-10T08:45:44.000Z (over 12 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-16T02:08:57.000Z (5 months ago)
- Last Synced: 2024-08-03T18:22:19.548Z (3 months ago)
- Topics: demo, haxeflixel, haxelib, samples
- Language: Haxe
- Homepage: https://haxeflixel.com/demos
- Size: 71.8 MB
- Stars: 422
- Watchers: 17
- Forks: 291
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/HaxeFlixel/haxeflixel.com/master/content/_static/images/flixel-logos/flixel-demos.png)
[flixel](https://github.com/HaxeFlixel/flixel) | [addons](https://github.com/HaxeFlixel/flixel-addons) | [ui](https://github.com/HaxeFlixel/flixel-ui) | [demos](https://github.com/HaxeFlixel/flixel-demos) | [tools](https://github.com/HaxeFlixel/flixel-tools) | [templates](https://github.com/HaxeFlixel/flixel-templates) | [docs](https://github.com/HaxeFlixel/flixel-docs) | [haxeflixel.com](https://github.com/HaxeFlixel/haxeflixel.com) | [türkçe](/README_TR.md)
[![CI](https://img.shields.io/github/actions/workflow/status/HaxeFlixel/flixel-demos/main.yml?branch=dev&logo=github)](https://github.com/HaxeFlixel/flixel-demos/actions?query=workflow%3ACI)
[![Discord](https://img.shields.io/discord/162395145352904705.svg?logo=discord)](https://discordapp.com/invite/rqEBAgF)
[![Haxelib Version](https://badgen.net/haxelib/v/flixel-demos)](https://lib.haxe.org/p/flixel-demos)
[![Haxelib Downloads](https://badgen.net/haxelib/d/flixel-demos?color=blue)](https://lib.haxe.org/p/flixel-demos)
[![Haxelib License](https://badgen.net/haxelib/license/flixel-demos)](LICENSE.md)
[![Patreon](https://img.shields.io/badge/donate-patreon-blue.svg)](https://www.patreon.com/haxeflixel)## About
This is a collection of **80+ demos** using the HaxeFlixel engine and demonstrating its capabilities. All the ones that are compatible with a web target (HTML5 and/or Flash) can be found on [haxeflixel.com/demos](http://haxeflixel.com/demos/).
![](demoSelection.png)
## Installation
To get the master branch / the release compatible with the latest flixel release, run:
`haxelib install flixel-demos`
You can then use [flixel-tools](https://github.com/HaxeFlixel/flixel-tools) `create` command to create one of the demos in a directory of your choice, or alternatively run them directly from the haxelib directory.
## For Developers
If you are wanting to contribute code, please review the follwing documentation:
- [Code Contributions](http://haxeflixel.com/documentation/code-contributions)
- [Code Style](http://haxeflixel.com/documentation/code-style)
- [Install development flixel](http://haxeflixel.com/documentation/install-development-flixel/)If you have a question or have not contributed on github before, there are friendly people in the community that help out in the [forums](http://haxeflixel.com/documentation/community/).
For using Git with GitHub we recommended using a GUI application to manage your changes, for example [SourceTree](http://www.sourcetreeapp.com/).
If you want to use Visual Studio Code with flixel-demos, you can use [flixel-tools](https://github.com/HaxeFlixel/flixel-tools) to create `.vscode` directories for all projects at once:
```
flixel configure -ide vscode
```If you installed flixel-demos via `haxelib git` on Windows, the path will be `C:\HaxeToolkit\haxe\lib\flixel-demos\git`.