Skip to content

Commit 3379d80

Browse files
committed
updated develop/introduction
1 parent 5d83363 commit 3379d80

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

src/partials/page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
</main>
5555
{{> footer }}
5656
</body>
57-
<script src="/js/page.js"></script>
57+
<script src="/js/page.js" async></script>
5858
</html>

src/views/develop/guides/index.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
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+
1031
Next: [Environment Setup](/develop/guides/env-setup)

src/views/index/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,6 @@
336336

337337
</main>
338338
{{> footer }}
339-
<script src="index.js"></script>
339+
<script src="index.js" async></script>
340340
</body>
341341
</html>

0 commit comments

Comments
 (0)