Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README documentation #3

Open
snarlynarwhal opened this issue Feb 7, 2014 · 5 comments
Open

README documentation #3

snarlynarwhal opened this issue Feb 7, 2014 · 5 comments

Comments

@snarlynarwhal
Copy link

The README gives the impression that this is a a completed project. Update to include working features and upcoming ones. Example links to incomplete project.

@arkeus
Copy link
Owner

arkeus commented Feb 7, 2014

In terms of absolutely complete, probably not. But the vast majority of use cases should be covered.

But you're right, it needs full documentation. Currently I would suggest looking at how the linked project uses it if you're interested. Linked project is just a demo to demo various features, including this project, and will never be a "complete game".

The code is well documented and should be simple to navigate. From the "how to use" section, you should be able to load a map. Then just browsing what methods are available at each step should get you what you need. Actual documentation would probably be just that, but in a more readable format.

Will leave this open so hopefully when I have some free time I remember to create better documentation.

In terms of rendering that's not part of the library. This will just load tmx files and give you access to all the data (the layers etc), and how you send that to whatever you're using to draw (flixel, axel, starling, etc) will depend on the library.

@snarlynarwhal
Copy link
Author

Oh okay, I see. I was under the impression it was a standalone library for parsing AND rendering. My apologies.

@YopSolo
Copy link

YopSolo commented Aug 23, 2014

In TiledMap.as
col: 43 Error: Implicit coercion of a value with static type Object to a possibly unrelated type QName.
var name:QName = (elements[i] as XML).name();

I am not familiar with QName, i just 'fixed' it with
var name:QName = new QName("TMX", (elements[i] as XML).name() );

i am using tiled 0.9.1

@arkeus
Copy link
Owner

arkeus commented Aug 24, 2014

Can't move to new issue, so responding here: What version of flash/SDK are you using? Are you using flex or air? Which version?

@YopSolo
Copy link

YopSolo commented Aug 26, 2014

I am using the current default sdk shiped with flash develop
Flex 4.6.0 / Air 14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants