D
D
Dominis2016-06-09 12:08:16
JavaScript
Dominis, 2016-06-09 12:08:16

Languages ​​for UWP, what are the pros and cons?

Greetings.
Fate decreed that I need to write under UWP, although I don’t know anything specifically in this direction.
I began to read the basics of what the small-soft ones came up with, found their gradation of technologies for the platform:

  1. javascript+html
  2. C# (C++) + xaml
  3. C++ + DirectX

Но я нигде не смог найти адекватного сравнения того как это всё работает. Даже упоминания о том, работает ли у них js в каком-то своем js-окружении, или же транслируется в какой-нибудь С, а дальше компилируется (хотя не могу себе такого представить) - нет.
Может быть кто-то может рассказать о том как все эти условные стеки конкурируют между собой в данной платформе? Что стоит использовать, что изучать? js я знаю, Плюсы и Шарп - нет.
Как я подозреваю, Плюсы будут гораздо сложнее в освоении, чем Шарп. А как дела обстоят со скоростью работы? С удобством написания кода на этих языках? (Может под что-то нет каких-то либ, или они кривые, или ещё хрен знает что. От стека мелкомягких я рефлекторно ожидаю совершенно неадекватных проблем в неожиданных местах.)
Буду благодарен за любую информацию/ссылки.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
OnYourLips, 2016-06-09
@Dominis

Проще всего использовать C#.

Плюсы будут гораздо сложнее в освоении, чем Шарп
В освоении на том же уровне. А вот в использовании сложнее.

R
Rou1997, 2016-06-09
@Rou1997

DirectX is needed for games, 3D, etc., HTML & CSS & JS is needed for porting web interfaces, C++ is for porting C++ code, in general, the main tool is C#, and the rest is for specific tasks.
It is executed in the environment, namely the "engine" of the browser along with HTML, no mentions are needed, you can guess before that, or just download the IDE, make Hello world and see with your own eyes.

S
sitev_ru, 2016-06-09
@sitev_ru

"js I know, Pros and Sharp don't."
Write in js, what's the problem?

L
Larry Underwood, 2016-06-10
@Hydro

C#/XAML for UWP definitely.
1. Js + Html will be simple, but the level of applications based on these technologies for UWP will remain just as simple. Phone Gap level in short.
2. It is not worth getting into C++ unless absolutely necessary.
3. C#/XAML is a de facto standard that can be compiled directly into native to skip a cold start

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question