Giter Site home page Giter Site logo

ooc-tiled's People

Contributors

fredreichbier avatar nddrylliog avatar

Watchers

 avatar  avatar  avatar

Forkers

fasterthanlime

ooc-tiled's Issues

Don't use HashMaps

Right now, layers / objectgroups etc. are stored in the Map using a structs/HashMap. This is bad for several reasons:

  • Tiled allows several layers to have the same name, which HashMap won't allow (putting a second value with the same key will replace the first one)
  • The order of layers, groups, etc. is important, and HashMap can't guarantee that.

Additionally, tile layers, object groups, image layers, can be interleaved in any order, and the order matters, see:

screen shot 2013-10-22 at 10 03 26 pm

Hence, I think the following would be best:

  • Have a MapLayer class which Layer and ObjectGroup extend
  • Have a single list in Map of MapLayer(s)
  • Have find methods whenever we previously had HashMaps, so we can find the 'first object with that name'. Additionally a find variant with both a name and a type (generic)

Tileset => TileSet ?

Is there any good reason while Tileset has a lowercase 's' ? Except that you germans like composed words? :)

Otherwise I think it'd be nice to rename it, b/c I've made the mistake a few times. Don't want to push breaking changes if it's being used elsewhere, though.

Let me know

Add a license

So it would probably be wise to add a license file. @nddrylliog, I guess you already wrote more code than me :-) You okay with the MIT license?

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.