.Net Core,它的力量是什么? [英] .Net Core, What is its power?

查看:124
本文介绍了.Net Core,它的力量是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我查看了便携式类库,结果发现它没有GUI,只有逻辑。



我可以写一个简单的游戏,创建简单的3-D模型,使用.Net Core在平台上创建一个GUI?



我的意思是它可能有一些功能无法创建大或不创建的东西?

解决方案

你知道核心是什么意思吗?那就是 .NET框架的核心 [ ^ ],它不是游戏引擎或用户界面渲染工具。它包含.NET框架运行所需的基本类,命名空间和其他内容。一旦.NET启动并运行,您就可以移植应用程序并运行它们。如果你去GitHub寻找desription,你会看到,

Quote:

它包括System.Collections,System.IO,System.Xml

如果您想编写游戏或其他2D图形应用程序,请使用适当的框架(如Unity 3D)进行游戏,使用WPF或Win Forms进行用户界面应用程序。 .NET框架(和核心)只会为它们提供动力。所有其他东西都基于您自己的平台或框架; WPF,Unity,Win Forms,ASP.NET等。



.NET Core运行.NET框架,你希望它为你运行的更大吗?


I looked at Portable Class Libraries and it turned out it has no GUI, but only logic.

Can I write a simple game, create simple 3-D Models, create one GUI across platforms using .Net Core?

I mean may be it has a few functions not able to create something big or no?

解决方案

Do you know what core means? That is the core of .NET framework[^], it is not a gaming engine or a user-interface rendering tool for you. It contains the basic classes, namespaces and other stuff required for the .NET framework to run. Once the .NET is up and running you can port your applications and run them. If you go to GitHub and look for the desription, you will see,

Quote:

It includes System.Collections, System.IO, System.Xml and many other components.

If you want to write games or other 2D graphical applications, use an appropriate framework such as Unity 3D for gaming, WPF or Win Forms for user-interface application. .NET framework (and the core) would just power them up. All of other stuff is based on your own platform or framework; WPF, Unity, Win Forms, ASP.NET etc.

.NET Core runs .NET framework, what more bigger you want it to run for you?


这篇关于.Net Core,它的力量是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆