UberGuidoZ / Flipper

Playground (and dump) of stuff I make or modify for the Flipper Zero
GNU General Public License v3.0
13.54k stars 3.18k forks source link

For UberGuidoZ #568

Open iceevr opened 6 months ago

iceevr commented 6 months ago

UberGuidoZ, how did you learn to code these applications. I want to learn so I can become a dev. -

Kelferg80 commented 6 months ago

No I am trying to learn myself Sincerely yours, Kelley FergusonOn Mar 10, 2024, at 20:46, iceevr @.***> wrote: UberGuidoZ, how did you learn to code these applications. I want to learn so I can become a dev. -

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

iceevr commented 6 months ago

Any tutorials?

Kelferg80 commented 6 months ago

No just reading Sincerely yours, Kelley FergusonOn Mar 10, 2024, at 22:52, iceevr @.***> wrote: Any tutorials?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

UberGuidoZ commented 6 months ago

There are a number of different factors here... which applications are you referring to? If the FAP files, those are coded in C, so learning/reading about C is a great step. There are a massive amount of online resources, but honestly, looking through other FAP files or following some links from the Awesome Repo is a good first step.

For other things, such as NFC or BadUSB, they are vastly different. Just depends what you're interested in.

iceevr commented 6 months ago

I would like to learn making games and, sub-ghz etc. I will definitely check out the awesome repo.

iceevr commented 6 months ago

Or could you lead me to tutorial, cause I don’t know where to start hen building an app

UberGuidoZ commented 6 months ago

There are a few tutorials linked from the Awesome Repo I mentioned! They are a great place to start.

I would start with the making games part. I have some reading and research on SubGHz over here if you want to take a look. @RocketGod-git has a BUNCH more.