Is it possible to integrate an opentk based rendering engine in an application targetting .net 4.0?
Thanx
Albert
Yes. You can either recompile OpenTK for .Net 4.0 or you can consume the 2.0 binary as-is.
To recompile:
Repeat for OpenTK.GLControl and OpenTK.Compatibility if you use those.
thank u very much Have u noticed some performance improvements switching from 2.0 to 4.0 ?
I haven't made any performance tests, since I don't have a 4.0-capable Mono installation yet (stuck with Mono 2.6, should upgrade to 2.10 once that is released).
Comments
Re: .net 4.0
Yes. You can either recompile OpenTK for .Net 4.0 or you can consume the 2.0 binary as-is.
To recompile:
Repeat for OpenTK.GLControl and OpenTK.Compatibility if you use those.
Re: .net 4.0
thank u very much
Have u noticed some performance improvements switching from 2.0 to 4.0 ?
Re: .net 4.0
I haven't made any performance tests, since I don't have a 4.0-capable Mono installation yet (stuck with Mono 2.6, should upgrade to 2.10 once that is released).