back
user profile

AlexeyBrin

11,534karma·1,345submissions·January 25, 2013
recent activity (1,345 total)
comment
Xamarin currently offers VS integration only for the Business or Enterprise editions, the Free tier has no support for VS. You can however use a trial version of Xamarin (Bussiness or Enterprise) for …
11y ago·view thread
comment
Really curious if the Community Edition will work with Xamarin.
11y ago·view thread
comment
This is because of how JavaScript is implemented, you can't use threads in JS like you can in a C++ program.
11y ago·view thread
comment
Because of Swift I suppose.
11y ago·view thread
comment
I use DropBox and PlainText 2.
11y ago·view thread
comment
I know about the Unreal license and I actually think it is a decent price for the engine. My comment was more about the Mono runtime licensing that ads up quickly and it is more than the initial cost …
11y ago·view thread
comment
From http://mono-ue.github.io/about.html > To redistribute code written with Mono for Unreal Engine, you must have a commercial license to the Mono runtime. These licenses are ava…
11y ago·view thread
comment
Cordova still has performance problems on Android and even on iOS. Maybe in the future.
11y ago·view thread
comment
> However, for usual business with short time to market, taking into consideration "time spent on feature" X "hourly rate" per developer time, the prices are quite cheap. I full…
11y ago·view thread
comment
I've never played enough with Xamarin Studio and only tested Xamarin Business with Visual Studio (I've used a 30 days trial).
11y ago·view thread
comment
Hopefully, Xamarin will add Visual Studio support in the Indie dev plan at some point. Currently, if you want to support iOS, Android and use Visual Studio you need to pay $1798 per year which is a b…
11y ago·view thread
comment
Hopefully Microsoft under the new CEO will reconsider XNA and update it for Visual Studio 2013. It is such a great platform for people that prefer coding their games instead of using a drag/dr…
11y ago·view thread
comment
I think you should read the above as: memset(p, '\0', 10); Probably best approach is to always use calloc , unless you fill the buffer yourself with other meaningful values immedia…
12y ago·view thread
comment
You could use git from the start if you wish, this will keep a history of how your code evolved and you will also be able to use an older version of the code if necessary. My suggestion was that it is…
12y ago·view thread
comment
Try rsync you could bypass 2 and 3. Basically, every change you made on your desktop can be automatically synced with the VM. Alternatively, you can code directly on the VM and use an editor that le…
12y ago·view thread
comment
> We all hate it but can't get away from it. Gratuitous generalization, because you hate it, doesn't mean everybody hates JavaScript. The problem is that most people that hate Java…
12y ago·view thread
comment
Yes, Emscripten, basically takes C or C++ and compiles to JavaScript using LLVM.
12y ago·view thread