File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed
Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 5454</main >
5555{{> footer }}
5656</body >
57- <script src =" /js/page.js" ></script >
57+ <script src =" /js/page.js" async ></script >
5858</html >
Original file line number Diff line number Diff line change 1- # Guides
1+ # Introduction
2+
3+ Use our tools and guides to develop homebrew apps, games and mods.
24
35---
46
5- Use our tools and guides to develop homebrew apps, games and mods.
6- You can also learn more about reverse engineering and debugging.
7+ With official SDKs and tools provided by LG, you can develop web-based apps.
8+ While many content-based apps can be built this way, it has many limitations.
9+
10+ In addition to official tools, we have our unofficial toolchains and documentations, you can develop high-performance
11+ native apps, and utilize the full potential of webOS.
12+
13+ ## Showcases
14+
15+ ### Kodi
716
817![ Kodi] ( ../../../img/screenshots/kodi-recently-added.jpg )
918
19+ [ Kodi] ( https://kodi.tv/ ) has been ported to webOS by the community. It utilizes native media APIs to provide
20+ hardware-accelerated video
21+ playback.
22+
23+ ### Moonlight
24+
25+ ![ Moonlight] ( ../../../img/screenshots/moonlight.png )
26+
27+ [ Moonlight] ( https://github.com/mariotaku/moonlight-tv ) is one of the first native homebrew apps built for webOS. With
28+ low-level media APIs like ` libndl-media ` ,
29+ it provides low-latency game streaming from a PC. It also uses SDL2 for rendering and input handling.
30+
1031Next: [ Environment Setup] ( /develop/guides/env-setup )
Original file line number Diff line number Diff line change 336336
337337</main >
338338{{> footer }}
339- <script src =" index.js" ></script >
339+ <script src =" index.js" async ></script >
340340</body >
341341</html >
You can’t perform that action at this time.
0 commit comments