|
1 | 1 | # SFML Setup Guide |
2 | 2 |
|
3 | | -The best way to learn C++ is not by reading books or following |
4 | | -tutorials. The best way to learn is to come up with a project idea and |
5 | | -build it. And my favorite type of projects are video games! |
| 3 | +The best way to learn C++ is to come up with a project idea and build |
| 4 | +it. And my favorite type of projects are video games! |
6 | 5 |
|
7 | 6 | In this video, we will go over how to set up a C++ project with SFML. |
8 | 7 | the Simple Fast Multimedia Library. This is an open source C++ library |
9 | 8 | that makes it easy to build games, simulations, and interactive tools. |
10 | 9 |
|
11 | | -It is used by popular YouTubers like Pezzza for their AntSimulator, and |
12 | | -Hopson97 for their MineCraft clone. And since I spent an entire weekend |
13 | | -learning how to set it up, I figured I could help anyone else trying to |
14 | | -do the same thing. |
| 10 | +It is used by popular YouTubers like Pezzza for their AntSimulator. And |
| 11 | +since I spent an entire weekend learning how to set it up, I figured I |
| 12 | +could help anyone else trying to do the same thing. |
15 | 13 |
|
16 | 14 | Keep in mind that we will go over how to setup SFML on Intel Macs, but |
17 | 15 | the steps are almost identical to get it running on Macs with Apple |
|
0 commit comments