Skip to content

Commit

Permalink
updated develop/introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 12, 2024
1 parent 5d83363 commit 3379d80
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/partials/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
</main>
{{> footer }}
</body>
<script src="/js/page.js"></script>
<script src="/js/page.js" async></script>
</html>
27 changes: 24 additions & 3 deletions src/views/develop/guides/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
# Guides
# Introduction

Use our tools and guides to develop homebrew apps, games and mods.

---

Use our tools and guides to develop homebrew apps, games and mods.
You can also learn more about reverse engineering and debugging.
With official SDKs and tools provided by LG, you can develop web-based apps.
While many content-based apps can be built this way, it has many limitations.

In addition to official tools, we have our unofficial toolchains and documentations, you can develop high-performance
native apps, and utilize the full potential of webOS.

## Showcases

### Kodi

![Kodi](../../../img/screenshots/kodi-recently-added.jpg)

[Kodi](https://kodi.tv/) has been ported to webOS by the community. It utilizes native media APIs to provide
hardware-accelerated video
playback.

### Moonlight

![Moonlight](../../../img/screenshots/moonlight.png)

[Moonlight](https://github.com/mariotaku/moonlight-tv) is one of the first native homebrew apps built for webOS. With
low-level media APIs like `libndl-media`,
it provides low-latency game streaming from a PC. It also uses SDL2 for rendering and input handling.

Next: [Environment Setup](/develop/guides/env-setup)
2 changes: 1 addition & 1 deletion src/views/index/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,6 @@

</main>
{{> footer }}
<script src="index.js"></script>
<script src="index.js" async></script>
</body>
</html>

0 comments on commit 3379d80

Please # to comment.