/fable-three

Three.js bindings and a sample ported to F#

Primary LanguageF#MIT LicenseMIT

Three.js sample project based on Fable 2 Minimal App

Requirements

Building and running the app

  • Install JS dependencies: npm install
  • Start Webpack dev server: npx webpack-dev-server
  • After the first compilation is finished, in your browser open: http://localhost:8080/

Any modification you do to the F# code will be reflected in the web page after saving.