So, what does this mean for Unity3D? I'm tired of being limited to .Net(-sorta-ish) 3.5 and a stuttering garbage collector.
Xamarin Open-Sourced
11–20 of 206 posts
Re: Xamarin Open-Sourced
#12So, what does this mean for Unity3D? I'm tired of being limited to .Net(-sorta-ish) 3.5 and a stuttering garbage collector.
"For Unity developers, this means making sure the latest .NET APIs, tools, and language features are available to you."
– Support for C# 6
– Upgrade Mono Runtime and Class Libraries
etc...
Re: Xamarin Open-Sourced
#13Re: Xamarin Open-Sourced
#14Is everything needed to actually be able to use it productively open source now?
Is Xamarin Studio open source?
Re: Xamarin Open-Sourced
#15It has been super exciting watching this all unfold over the last year, for those wondering where to get started in the new world of .NET open source - start here: .NET CLR Managed Runtime - https://gitter.im/dotnet/coreclr .NET Framework - https://gitter.im/dotnet/corefx .NET Compiler as a Service ("Roslyn") - https://gitter.im/dotnet/roslyn .NET Orleans Actor Framework - https://gitter.im/dotnet/orleans Mono Framew…
Re: Xamarin Open-Sourced
#16Re: Xamarin Open-Sourced
#17It has been super exciting watching this all unfold over the last year, for those wondering where to get started in the new world of .NET open source - start here: .NET CLR Managed Runtime - https://gitter.im/dotnet/coreclr .NET Framework - https://gitter.im/dotnet/corefx .NET Compiler as a Service ("Roslyn") - https://gitter.im/dotnet/roslyn .NET Orleans Actor Framework - https://gitter.im/dotnet/orleans Mono Framew…
Why do you link to gitter when you should actually like to the repos instead ?
.NET CLR Managed Runtime - https://github.com/dotnet/coreclr
.NET Framework - https://github.com/dotnet/corefx
.NET Compiler as a Service ("Roslyn") - https://github.com/dotnet/roslyn
.NET Orleans Actor Framework - https://github.com/dotnet/orleans
Mono Framework - https://github.com/mono/mono
Xamarin iOS, Watch, Mac Bindings and Framework - https://github.com/xamarin/xamarin-macios
Xamarin Android Bindings and Framework - https://github.com/xamarin/xamarin-android
Re: Xamarin Open-Sourced
#18Ok, so is there anything NOT being open sourced? Is everything needed to actually be able to use it productively open source now? Is Xamarin Studio open source?
For more details, you can listen to this podcast from founders of Xamarin - http://www.dotnetrocks.com/?show=1276
Re: Xamarin Open-Sourced
#19Last time I used it (more than a year ago) it was still felt quite buggy. That being said, has anyone successfully used Xamarin or have an example of a large and successful app built with it?