Sun Temple은 모바일 게임 업계에서 엔진의 위력을 보여주기 위해 Unreal Engine 4.x용으로 특별히 빌드된 샘플입니다. 이 도구를 사용하여 Vulkan이 모바일 게임에 어떤 이점을 제공할 수 있는지 확인하세요.
UE5 Lyra 시작 게임
Lyra 시작 게임은 UE5에서 게임을 만드는 최신 권장사항을 보여주기 위해 UE5와 함께 출시된 새로운 샘플 게임플레이 프로젝트입니다. 게임 개발자가 새 프로젝트를 만들고 맞춤설정 가능한 학습 리소스로 활용할 수 있는 시작점이 되도록 설계되었습니다. Android에서 Vulkan으로 내보내 Android 휴대기기에서 Vulkan의 기능을 확인해 보세요.
필라멘트
Filament는 Android, Linux, iOS, macOS, Windows, WebGL용 실시간 물리 기반 렌더링 엔진입니다. 최대한 작고 효율적으로 설계되었습니다.
Codelab
Android에서 Vulkan 시작하기 Codelab에서는 Vulkan 렌더링 파이프라인을 설정한 다음 화면에 회전하는 텍스처 삼각형을 렌더링하는 방법을 안내합니다. 그런 다음 프로젝트를 계속 사용하여 게임 그래픽을 렌더링할 수 있습니다.
개발자 스토리
전 세계 게임 개발자가 Vulkan 전용 타이틀을 출시하는 사례가 점점 늘어나고 있습니다.
이를 통해 개발자는 기존 기술을 지원하는 대신 게임에 집중할 수 있습니다. Vulkan 전용 타이틀을 출시하면 최신 모바일 칩에 제공되는 개선사항을 최대한 활용할 수 있습니다.
2023년판 Vulkanised에서는 모바일 칩의 Vulkan에 관한 많은 흥미로운 발전사항도 다룹니다. 동영상 및 자료가 포함된 전체 일정은 Vulkanised 2023 Agenda에서 확인할 수 있으며, 녹화된 세션은 이 YouTube 재생목록에서 확인할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Sample, Codelab, Developer Stories and Videos\n\nSamples\n-------\n\n### Hello Vulkan\n\nThe [Hello Vulkan](https://github.com/android/ndk-samples/tree/main/hello-vulkan)\nsample demonstrates how to set up your Android application to use Vulkan. The\nend result is just a colored triangle on screen but it shows in detail all the\nsetup process needed.\n\nFor in depth understanding of each step, check out the codelab which is based on\nthis sample and expanded to render a textured, rotating triangle instead.\n\n### AGDK Tunnel\n\nThe [AGDK Tunnel](https://github.com/android/games-samples/tree/main/agdk/agdktunnel)\nsample demonstrates a simple endless game supporting both Vulkan and OpenGL ES.\nIt shows how to check the device for Vulkan support and fallback to OpenGL ES\nif support is inadequate.\n\n### Unity Boat Attack\n\n[Unity Boat Attack](https://github.com/Unity-Technologies/BoatAttack) is an open\nsource sample project specifically created to aid the testing and development of\nUnity's [Universal Render Pipeline](https://unity.com/srp/universal-render-pipeline).\nIt is meant for discovery of how some of the URP features work and a learning\nresource for some tricks.\n\nCheck out the open source [repository](https://github.com/Unity-Technologies/BoatAttack)\nto learn more!\n\n### UE4 Sun Temple\n\n[Sun Temple](https://www.unrealengine.com/marketplace/en-US/product/sun-temple)\nis specifically built sample for Unreal Engine 4.x to demonstrate the power of\nthe engine in the mobile gaming world. Use it to check out what Vulkan can bring\nto your mobile game!\n\n### UE5 Lyra Starter Game\n\n[Lyra Starter Game](https://www.unrealengine.com/marketplace/en-US/product/lyra)\nis a new sample gameplay project released with UE5 to demonstrate the latest\nbest practices for making games in UE5. It is intended to be the starting point\nfor game developers to create new projects and to serve as customizable learning\nresources. Export it with Vulkan on Android to check out the capabilities of\nVulkan on Android mobile devices!\n\n### Filament\n\n[Filament](https://github.com/google/filament/tree/main/android/samples) is a\nreal-time physically based rendering engine for Android, Linux, iOS, macOS,\nWindows and WebGL. It is designed to be as small and efficient as possible.\n\nCodelab\n-------\n\nThe [Getting started with Vulkan on Android](/codelabs/beginning-vulkan-on-android)\ncodelab guides you through setting up your Vulkan rendering pipeline and then\nrendering a textured, rotating triangle on the screen. You can then continue to\nuse the project to render your game graphics.\n\nDeveloper Stories\n-----------------\n\nIncreasingly, game developers around the world are releasing Vulkan only titles.\nThis enables them to focus on their game instead of having to work on supporting\nlegacy technology. Releasing Vulkan only titles enables them to make full use of\nimprovements made available to modern mobile chips.\n\nCheck out how these developers use Vulkan for better graphics!\n\n- [Com2uS uses Vulkan for better graphics](/stories/games/com2us-vulkan)\n- [Call of Duty Warzone Mobile uses Vulkan for better graphics](/stories/games/codwzm-vulkan)\n- [Godot Engine Vulkan optimization for Android](/stories/games/godot-vulkan)\n- [Pokémon TCG Pocket: Adopting Vulkan only development for casual games](/stories/games/pokemon-tcg-pocket-vulkan)\n\nVideos\n------\n\nTo learn more about graphics development and Vulkan on Android, check out these\nvideos:\n\n- [Making high fidelity Android games possible with Vulkan (Google I/O'19)](https://www.youtube.com/watch?v=2Cf8RHEAPLM)\n- [Optimizing Vulkan games performance (GGDS 2023)](https://www.youtube.com/watch?v=QXZ0_gkeltU)\n- [Android game graphics - OpenGL ES versus Vulkan case study (GDC 2023)](https://www.youtube.com/watch?v=C7OjI7CpjLw&list=PLWz5rJ2EKKc8VK6goaP4eh8NsB9Fa5090&index=13)\n\n### Vulkanised 2024\n\nVulkanised is the largest event dedicated to developers using the Vulkan API.\nIt brings the Vulkan developer community together to exchange ideas, solve\nproblems and help steer the future development of the Vulkan API and ecosystem.\n\nThe latest edition was hosted on February 5 - 7, 2024 in Google Campus in\nSunnyvale. The full agenda with all the presenters' decks can be found in\n[Vulkanised 2024 Agenda](https://vulkan.org/events/vulkanised-2024#agenda).\n\nMost of the sessions are recorded and the replay can be viewed on\n[YouTube](https://www.youtube.com/playlist?list=PLMLurvdlOpWOh_nXIbXbBewWuERe-8xVW).\n\n### Vulkanised 2023\n\nThe 2023 edition of the Vulkanised covers plenty of interesting progress for\nVulkan on mobile chips as well. The full agenda with the videos and decks can be\nfound in [Vulkanised 2023 Agenda](https://vulkan.org/events/vulkanised-2023#agenda),\nand the recorded sessions are on this [YouTube Playlist](https://www.youtube.com/watch?v=lOKIeIr77Ow&list=PLMLurvdlOpWOluO2PqfGO7XBU8FBlpDug)."]]