This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

云和容器部署

The use of containers expands UNIGINE's capabilities to support new cloud-based development workflows as well as deployment strategies. Containers can be used to enhance production pipelines, develop next-gen cloud applications, deploy enterprise solutions, and a lot more.容器的使用扩展了UNIGINE的功能,以支持新的基于云的开发工作流程以及部署策略。 容器可用于增强生产管道、开发下一代云应用程序、部署企业解决方案等等。

Containers are a technology designed to pack applications and their supporting dependencies into a single standard unit that is portable across different computing systems, whether they're on-premises or in the cloud.容器是一种技术,旨在将应用程序及其支持的依赖项打包到一个标准单元中,该单元可在不同的计算系统中移植,无论它们是在本地还是在云中。

Similar to virtual machines, containers are stored on disk as a container image, from which multiple containers can be instantiated. However, unlike virtual machines, containers share a common operating system kernel and can also share common data between distinct container images. This makes them lightweight in terms of computing resources and enables a greater number of concurrent deployments.与虚拟机类似,容器作为容器映像存储在磁盘上,从中可以实例化多个容器。 但是,与虚拟机不同,容器共享一个通用的操作系统内核,并且还可以在不同的容器映像之间共享通用数据。 这使得它们在计算资源方面变得轻量级,并允许更多的并发部署。

This section describes how to use containers and container images to support cloud-based deployments of UNIGINE-based applications as well as SDK Browser and UnigineEditor to be used in the process of development of applications on the basis of UNIGINE Engine.本节介绍如何使用容器和容器映像来支持基于UNIGINE的应用程序的基于云的部署以及在UNIGINE引擎的基础上在应用程序开发过程中使用的SDK BrowserUnigineEditor

本節中的文章

最新更新: 2024-04-18
Build: ()