SomaCore Hello World

| 1 min read

I've added a very simple SomaCore Hello World demo.

The application creates a wire, a view and a model. The view dispatch a command to request a message, the command ask the data to the model, the model gets the data and dispatch an event to notify the framework, the wire catch the event and update the view with the message.

That's all!

The demo is also available from the demo repository on Github: http://github.com/soundstep/somacore_demos

Hello World

SomaCore Hello World