Giter VIP home page Giter VIP logo

Comments (1)

tsaulic avatar tsaulic commented on June 8, 2024

@bsabiston
If you're still interested, I was able to run it.
Here's how:

  1. download dart 2.10.0+ for webdev debugging
  2. change the pubspec.yaml to
    (downgraded this from 1.0.0 because I don't understand dart so well and I didn't know how to fix the error for Tile class)
name: fov
dependencies:
  js: ^0.6.4
  piecemeal: ^0.4.2

environment:
  sdk: '>=2.10.0 <3.0.0'

dev_dependencies:
  build_runner:  <3.0.0
  build_web_compilers: <4.0.0
  1. Change the index.html line 44 to <script src="main.dart.js"></script> (js package now generates main.dart.js instead of browser package generating packages/browser/dart.js (or whatever it was before))
  2. Download IntelliJ and open the project (just open the fov folder with it).
  3. Apply the downloaded dart-sdk 2.10.0+ to the project
  4. Run pub get from pubspec.yaml file view
  5. Add a dart web configuration with index.html as the HTML file to run.
  6. That should be it! Hope it works for you! Feel free to ask questions if anyone still is interested in this and wants to run it.
    image

from fov.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.