diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..722d5e71 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/README.md b/README.md index c87898c7..bc0d65fc 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ - [`SerialHex2FlipperZeroInfrared` Convert IR serial messages into FlipperZero compatible IR files.](https://github.com/maehw/SerialHex2FlipperZeroInfrared) ## Applications & Plugins -- [`Flipper-Plugin-Tutorial` Updated plugin tutorial based on new build methods.](https://github.com/csBlueChip/FlipperZero_plugin_howto) + - [`Spectrum analyzer` Sub-GHz frequency spectrum analyzer.](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [`Tetris` A rudimentary Tetris game.](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game) - [`Flappy Bird` The name says it all.](https://github.com/DroomOne/flipperzero-firmware/tree/dev/applications%2Fflappy_bird) @@ -82,6 +82,22 @@ - [`Reversi` The classic Reversi game](https://github.com/dimat/flipperzero-reversi) - [`Servo Tester` Servo Tester App](https://github.com/mhasbini/ServoTesterApp) +### App catalogs + +- [`FlipC` Flipper app catalog](https://flipc.org) by [Aleksey Korolev](https://github.com/playmean) + +### App development + +- [`Plugin/app tutorials` source code and information](https://github.com/jamisonderek/flipper-zero-tutorials) from [Derek Jamison](https://github.com/jamisonderek) +- [`Plugin/app tutorials` app development wiki](https://github.com/jamisonderek/flipper-zero-tutorials/wiki) from [Derek Jamison](https://github.com/jamisonderek) +- [`YouTube channel` @MrDerekJamison](https://www.youtube.com/@MrDerekJamison) with debugging and app development guides +- [`App development tutorials` for beginners](https://instantiator.dev/tags/flipperzero/) from [Lewis Westbury](https://instantiator.dev) +- [`Flipper Plugin` tutorial](https://github.com/DroomOne/Flipper-Plugin-Tutorial) from [DroomOne](https://github.com/DroomOne) +- [`Guide to Flipper Zero components` with details of the various UI modules](https://brodan.biz/blog/a-visual-guide-to-flipper-zero-gui-components/) from [Chris Hranj](https://brodan.biz/) (Brodan) +- [`Flipper-Plugin-Tutorial` Updated plugin tutorial based on new build methods.](https://github.com/csBlueChip/FlipperZero_plugin_howto) from [BlueChip](https://github.com/csBlueChip) +- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1) +- [`Atmanos Flipper Software Docs` Flipper development tutorials and information.](https://flipper.atmanos.com/docs/overview/intro) + ## Firmwares & Tweaks