有关使用Visual Studio制作动画软件的建议吗? [英] Advice on making an animation software with Visual Studio?

查看:151
本文介绍了有关使用Visual Studio制作动画软件的建议吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我在本网站上的第一篇文章,它可能适合或不适合这个特定的类别,所以如果不是,我道歉。

This is my first post on this website, and it may or may not be appropriate for this particular category, so if it's not, I apologize.

我是在使用Microsoft Visual Studio制作动画软件的想法阶段。这种类型的软件可以导入可以在任何其他程序(MSPaint,Paint.net,GiMP,FireAlpaca,Photoshop)上绘制的不同对象以及仅在此程序中的
,以及填充到画布上的软件或指定的图形,然后动画它,几乎像Flash和其他动画程序。我计划这对于初学者和经验丰富的动画师来说都是一个简单的工具。理想情况下,
它也可以用于视频编辑,它有自己的内置轨道。

I'm in the idea phase for the making an animation software with Microsoft Visual Studio. This sort of software is one where you can import different objects that can be drawn on any other program(MSPaint, Paint.net, GiMP, FireAlpaca, Photoshop) as well as in this program alone, and stuff onto the canvas or designated figure, and then animate it, almost like Flash and other animation programs. I plan for this to be an easy tool for animators who are starting out as well as more experienced animators. Ideally, it can also be used for video editing, with it's own built in track.

现在,我已经在互联网上的其他论坛上询问有关创建可能性的人任何类型的VS动画软件,其中大多数人都说这确实是可能的,但他们并没有在其他任何事情上提到我。所以,我想b $ b我可以来这里要求确认这确实是可能的,以及关于软件创建的一些初学者建议。是的,我过去曾使用VS作为入门项目。我只是想知道从哪里开始以及我应该使用哪些额外的
程序,如果有的话。

Now, I have asked people on other forums throughout the internet about the possibility of creating any type of animation software with VS, and a majority of them said that it was indeed possible, but they didn't clue me in on anything else, really. So, I figured I could come here to ask for both confirmation that this is indeed possible, as well as some starter advice on the creation of the software. And yes, I have used VS in the past for starter projects. I just want to know where to start and what extra programs I should use, if there are any.

感谢您的帮助!

推荐答案

Hi WiRM1999,

Hi WiRM1999,

根据您的描述,Visual Studio中至少有两个项目可以实现,它们是
WPF UWP

Based on your description, there are at least two projects in Visual Studio could make it, which are WPF and UWP.

您还可以在此处获得有关如何选择技术的更多信息:

You also could get more information about how to choose a technology here:

https://msdn.microsoft.com/en-us/library/windows/desktop/dn614993(v=vs.85 ).aspx

WPF和UWP之间的差异:

The differences between WPF and UWP:

WPF :( Windows Presentation Foundation)

.Net Framework中的Windows桌面框架是从v3.0开始的。 WPF使用XAML语言作为其UI绘图,使用C#或VB.NET作为后端编程语言。

Is a windows desktop framework within .Net Framework starting from v3.0. WPF uses XAML language for its UI drawing, and C# or VB.NET as a back-end programming language.

UWP :(通用Windows平台)

这是一个新的,进化的"普遍"的面向Windows 10(桌面和电话)的框架。通用Windows应用程序可以在Windows 10的所有设备上运行(PC,移动设备,平板电脑,XBox等)。

It's a new and evolved "universal" framework targeting Windows 10 (both Desktop & Phone). Universal windows apps are able to be run on all devices of Windows 10 (PC, Mobile, Tablet, XBox...etc).

所以,我认为您可以决定使用哪种技术首先使用,之后,你会去相应的论坛,以获得有关开发问题的更具体的建议。

So, I think you could decide which technology you are going to use first, after then, you would go to the corresponding forum to get more specific advices about developing issues.

祝你好运,

Fletch


这篇关于有关使用Visual Studio制作动画软件的建议吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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