Chad Engler
Chad Engler
Sounds like a bug, I haven't looked at this lib in over a year. PRs welcome.
There is a public setter for that which is used in the demo: https://github.com/englercj/gl-tiled/blob/f4eb89f48eec9df2aa732c869d1bc94b78e99c6c/test/demo.js#L267
Make sure to use the setter, and don't just change the private because it needs to setup the texture correctly if we're not repeating tiles.
It'd be more expensive than drawing all the layers at once, but shouldn't be too hard to break up the tilemap `draw` function. PRs welcome.
No, only orthographic square tile grids are currently supported. I'm open to PRs though :)
I'm saying everything that audiostream does can be in one application, where the only "interface" is via an HTTP API. Thn we also build a web UI that consumes the...
Another way to say this is that the webapp would not "do" anything except consume the API and provide a user-friendly interface.
Yeah most of the ones that implement all of those features are so bloated it is stupid, then the "lightweight" ones don't do anything. I've always had a hard time...
Perhaps, I still feel like a majority of this app will be scrapped and rewritten when we actually map out what we want for the project, so I wouldn't get...
But we aren't doing a crud based app; and no need for a heavy MVC framework for something like this. There is only one database with only one kind of...