|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/html-canvas-for-absolute-beginners/
课程评论:没有评论
课程名称:使用 Canvas 创建跨平台游戏和应用 课程概述:游戏是计算机活动中最受欢迎的之一。新技术不断涌现,使开发能够在任何符合标准的网络浏览器中运行的更好、更强大的游戏成为可能。Canvas 是一个 HTML 元素,充当一个容器或表面,允许您使用 JavaScript 脚本语言绘制 2D 和 3D 图形。Canvas 的行为类似于任何 HTML 元素,您可以为其分配属性和 CSS 样式。作为 HTML5 的一项新技术,Canvas 不被许多旧版本的主流浏览器支持,而最近的浏览器版本则支持该元素。Canvas 在开发者中颇受欢迎,因为创建基于 Canvas 的应用所需的开发工具是免费的。另一个吸引人的特点是您只需创建一次 Canvas 应用,即可部署到任何拥有现代浏览器的设备或平台,这相较于需要部署到应用商店、Google Play 或 Windows Store 的其他应用,具有显著优势。Canvas 可以用于多种用途,如创建 2D 和 3D 游戏、广告、数据表示与报告,以及教育相关项目。 您将学习到的内容包括: - 什么是 Canvas - 为什么 Canvas 受到欢迎 - 哪些浏览器支持 Canvas - 您可以用 Canvas 创建什么 - 创建您的第一个 Canvas - 理解坐标系 - 制作简单的图形
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser.Canvas is an HTML element that acts as a container or surface that you can draw 2d and 3d graphics on using the javascript scripting language. Canvas behaves likeany HTML element in that you can assign attributes and css styling to it.Canvas is a fairly new technology of HTML5 and not supported in much older versions of major web browsers. The more recent versions of the major web browsers supports the canvas element.Canvas is quite popular with developers as the development tools required to create canvasbased applications are free.Another cool thing with canvas is that you only have to create canvasapplications once and deployed to any device or medium that has a modern web browsers. This is a huge advantage over other apps that have to be deployed to the app store,google playor windows store.Canvas can be used in a variety of ways such as to create 2d and 3d games, Advertising,Data representation and reporting as well educational related projects.What You Will LearnWhat is CanvasWhy Canvas is popularWhat Browser's support CanvasWhat you can create with CanvasCreating your first canvasUnderstanding The Coordinates Creating a simple graphic