Coder Social home page Coder Social logo

pixi's Introduction

pixi's People

Contributors

fedeomoto avatar

Stargazers

angcyo avatar Gustavo Duregger avatar ironwheal avatar Luobin Xie avatar Lam Nguyen avatar Elikem Medehou avatar Andrei Kastsiuk avatar Plague Fox avatar Md. Rashidul Hasan avatar Thomas Erhel avatar Mahdi Safarmohammadloo avatar Heath avatar jtianling avatar Robbin Zhu avatar Sacha Arbonel avatar  avatar footearth avatar  avatar liangdas avatar Steven Edwards avatar Kiyohiro Kawamura avatar DJ Johnson avatar henryscala avatar Eric avatar Miraculous Ladybugreport avatar Luca Carbone avatar PeterLiou avatar Nazarí González avatar Jens Dieskau avatar Claudio d'Angelis avatar Panfalk avatar  avatar Federico avatar fkei avatar Adam Singer avatar Emanuele Sabetta avatar Bernhard avatar

Watchers

James Cloos avatar  avatar

pixi's Issues

Needs SDK v1.5.2..?

I was considering switching to using this for my current project instead of using the "pixi" pub package which seems to have next to no documentation (in contrast to yours) but when pub get runs it fails telling me that pixi_dart requires SDK v1.5.2...I don't really want to downgrade my Dart version and yet this seems like the better choice out of the Dart pixi ports. :/ Is there any chance this package could be updated to work with newer Dart SDKs?

Docgen fails and how to solve it

Main reason it fails, because the export statement in pixi.dart is after an import statement.
The export statement must come before any import statement and after the library statement.
For example:

library pixi;

export 'package:something';

import 'package:something';

part 'something' ;

Maybe another reason is, because you define the stable sdk version in pubsec.yaml.
While dartdocs.org uses the dev version of Dart.

After i did this changes i could make a documentation with docgen locally.

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.