Re: View model separation X and D.

2016-01-29 Thread Igor via Digitalmars-d-learn
On Friday, 29 January 2016 at 20:04:59 UTC, Igor wrote: Suppose I create a model in D and would like it to support a gui written in another language such as Qt C++ or WPF .NET. Can anyone think of an efficient and very easy way to hook up the "bindings"? The gui doesn't need to be updated more

View model separation X and D.

2016-01-29 Thread Igor via Digitalmars-d-learn
Suppose I create a model in D and would like it to support a gui written in another language such as Qt C++ or WPF .NET. Can anyone think of an efficient and very easy way to hook up the "bindings"? The gui doesn't need to be updated more than about 30 times a second and it should run in it's