Skip to content

Commit

Permalink
feat(example): add world map example (#40)
Browse files Browse the repository at this point in the history
* Add world map example

* Update examples/world_map/index.html

---------

Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
kpcyrd and orhun authored Jan 29, 2025
1 parent 4b5e660 commit 4011d61
Show file tree
Hide file tree
Showing 6 changed files with 536 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Now go to `http://localhost:8080` and enjoy TUIs in your browser!
- [Pong](https://github.com/orhun/ratzilla/tree/main/examples/pong) ([Preview](https://orhun.dev/ratzilla/pong))
- [Colors RGB](https://github.com/orhun/ratzilla/tree/main/examples/colors_rgb) ([Preview](https://orhun.dev/ratzilla/colors_rgb))
- [Animations](https://github.com/orhun/ratzilla/tree/main/examples/animations) ([Preview](https://orhun.dev/ratzilla/animations))
- [World Map](https://github.com/orhun/ratzilla/tree/main/examples/world_map) ([Preview](https://orhun.dev/ratzilla/world_map))

## Acknowledgements

Expand Down
1 change: 1 addition & 0 deletions examples/world_map/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 4011d61

Please sign in to comment.