0.0.10 • Published 8 years ago

fable-import-pixi v0.0.10

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

fable-import-pixi

Fable bindings for PixiJS v3

Installation

npm install --save fable-core pixi.js@^3.0.0
npm install --save-dev fable-import-pixi

Note: If you're loading PixiJS on the browser with require.js, use the prebuilt file: node_modules/pixi.js/bin/pixi.min.js

Usage

F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-pixi/Fable.Import.Pixi.fs" />
  </ItemGroup>

F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-import-pixi/Fable.Import.Pixi.fs"

open Fable.Core
open Fable.Import
0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago