opengl+unity
时间: 2023-10-30 17:07:34 浏览: 128
OpenGL学习笔记
OpenGL and Unity are two different technologies used in game development.
OpenGL is a graphics rendering API (Application Programming Interface) that provides a set of functions to create 2D and 3D graphics. It is a low-level programming interface that allows developers to create complex graphics and animations. OpenGL is used in many game engines, including Unity.
Unity, on the other hand, is a game engine that uses various technologies including OpenGL to create games. It provides a high-level interface that allows developers to create games without worrying about low-level details. Unity offers a range of features such as physics, animations, scripting, and more.
In summary, OpenGL is a graphics rendering API used in many game engines, and Unity is a game engine that uses various technologies including OpenGL to create games.
阅读全文