Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whitetigle/fable-behaviors

Sample implementation of behaviors in fable 0.7 / PIXI 3.x
https://github.com/whitetigle/fable-behaviors

fable fsharp pixijs

Last synced: 12 days ago
JSON representation

Sample implementation of behaviors in fable 0.7 / PIXI 3.x

Awesome Lists containing this project

README

        

# F# Data Visualisation test using Fable and Behaviors with Pixi.js

![Wip Demo](https://raw.githubusercontent.com/whitetigle/fable-behaviors/master/out/wip.gif)

## Fable 0.7.x
*This project uses an old version of Fable (<1.2.4) and Pixi (3.0.9) and may not build at all. Just add an issue if you want me to update the sample with new Fable (>=1.2.x) and new pixi (4.x)*

# Information
Live version: https://whitetigle.github.io/fable-behaviors/

[Note]: if nothing happens after loading:
Open the debug console and remove the data from Local Storage under *https://whitetigle.github.io/fable-behaviors/* then refresh the page
That's because Github needs to cache your results first after the first request. So the second request always works.

## Credits
- Base F# code & project architecture derived from https://github.com/alfonsogarciacaro/fable-pixi-sample1 (@alfonsogarciacaro)
- Space background made with http://wwwtyro.github.io/space-2d/ (@wwwtyro)
- Josefin Font from Google Fonts https://fonts.google.com/specimen/Josefin+Sans
- GitHub logo from https://github.com/logos
- loading bar from http://loading.io/

Made with :heart: Code by @whitetigle
Powered by @fable-compiler :rocket: and @pixijs :sparkles: