-
Hi there,
I'm looking at using Strange for an upcoming project, and I have some questions about how to use it with Mecanim. Specifically, I know that I will need one or more animated NPC characters, …
-
I think it would be useful to discuss what should land in V1. We of course need docs and some more complete tests, but I'd be interested in hearing whether there are more features Aura should come wit…
-
## Signal
A signal is passed along a Chain of responsibility (design pattern) as a request. It can be decorated (design pattern) by any Node in the chain. It can be composed of sub-signals. It has a …
-
Good afternoon,
What's the major asset of Chaplin over the other Backbone frameworks ?
What's your opinion ? :)
Heimd.
Heimd updated
11 years ago
-
Would it make sense to be able to define an optional LoadingView similar to the EmptyView in the CollectionView ? This view would be displayed until the collection has been fetched from the server, th…
-
Does anyone have a working example of loosely coupling the amd models in the router for this project?
Looking to make a hybrid of Nick Zakas work and BBB.
Slide Show of loosely coupled module example…
ghost updated
11 years ago
-
``` coffeescript
result = undefined
@publishEvent '!someEvent', 'someArg', (_result) ->
result = _result
doSomethingWith(result)
```
This pattern is used all over Chaplin. I admit I introduced and …
-
As part of this, also take a closer look at the NodeAdapter-NodeListAdapter event handling to determine if we should be bubbling events and whether to solely rely on the mediators to "bubble" property…
-
Can somebody provide a working example of view rendering?
I cant render primitive `select` and fill them with `option`-s.
Model:
``` javascript
Group.Model = Backbone.Model.extend({
parse: funct…
-
Hi,
I think Mediator Map Extension should not cantain any link to DisplayObject.
Right? Because what for else needs this overengineered stuff...