0.0.10 • Published 9 years ago

fable-import-pixi v0.0.10

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago