A Fable Pixi template. See the Pixi Samples project for examples on how to create cool stuff using Fable and PixiJS.
- Install the template:
dotnet new -i Fable.Template.Pixi
Once the template has been installed, you can use it to create a new Fable Pixi application:
- Create the app:
dotnet new fable-pixi -n MyCoolProject
- Move to the project's root directory:
cd MyCoolProject
- Install JS dependencies:
yarn install
- Move to
src
folder:cd src
- Install F# dependencies:
dotnet restore
- Start Fable daemon and Webpack dev server:
dotnet fable yarn-start
- In your browser, open: http://localhost:8080/
- Check out the the Pixi Samples project.
- Browse the PixiJS site for docs, tutorials and more.