This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(** | |
- title: Fable architecture sample | |
- tagline: Just a try to implement the Fable architecture over Pixi | |
- app-style: width:800px; margin:20px auto 50px auto; | |
- require-paths: `'PIXI':'https://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.11/pixi.min'` | |
- intro: Just a try to implement the Fable architecture over Pixi. This is an experimentation for the moment | |
*) | |
#r "../../node_modules/fable-core/Fable.Core.dll" | |
#load "../../node_modules/fable-import-pixi/Fable.Import.Pixi.fs" |