SFML Tutorial - Install

preview_player
Показать описание
In this tutorial I will show you how to integrate the popular SFML library in your Visual Studio projects. Some knowledge of C++ is assumed.

*SFML Website*

*Discord Server*

*Patreon*

*Code*

int main()
{
sf::RenderWindow window(sf::VideoMode(800, 800), "Window Title");
sf::CircleShape shape(200.f, 100);

{
sf::Event event;
{
}

}

return 0;
}

*Timestamps*
0:00 Intro & Download
0:35 VS Project
0:51 Extracting the files
1:10 Configuring the VS Project
2:10 Checking the Installation
2:37 Learning Resource & Outro

*References*

#cpp #visualstudio #sfml #tutorial
Рекомендации по теме
Комментарии
Автор

I want to let you know that you are maybe the 10th tutorial I have worked through in the last week to get sfml working on my copy of visual studio, and you are the first one that has not given me an error. I wish I could give you two thumbs up.

Thomas-bsem
Автор

Thank you Victor. I have a project in Uni in which I have to use SFML and as a complete newbie into it, this was very helpful. I appreciate it a lot 💯

Wolsfen
Автор

First of all thank so much. Spent countless hours today trying to figure this out. The SFML website documentation does a shitty job at explaining this through for a beginner. I did get an error with this video but that's because my config. manager was set to x64 so I changed it to x86. Tip for beginners. Make sure you close VS when adding bin files to the directory otherwise they get ignored.

New been this happy to see a circle on my screen lol

DaComAK
Автор

I went through a few different tutorials and yours is the only one that finally helped, thank you!

FainDAFT
Автор

Man wish you’d continue your OpenGL + c++, your tutorials were quite different and easy to follow. Anyway good vid <3

diahaidificbs
Автор

You’re a gentleman and a scholar don’t let ANYONE tell you otherwise. But here’s my question: do I have to do this for every project I make? But if I got the orange circle I’m set up to make something right?

hiddenamericachannel
Автор

If you get maybe 18 errors like I did, then change the debug config from x64 or whatever to x86! Works after that! Thanks to Illya Tkachov for first shouting this out!

CJS-jsmw
Автор

your toutorials are realy good but there are no for clion which i have trouble getting started with

pinkAisle
Автор

This tutorial help me a lot, thank you so much !

squeshz
Автор

Super helpful video, helped me a lot, thanks

integralcialbay
Автор

Worked like magic.. thank you brother 🎉

venkateshvemavarapu
Автор

the only tutorial thath works fine for me!
Thx u so much!

ezalb
Автор

I can't make out what he is putting into the additional Dependencies can anyone tell me?

markwilliams
Автор

I did everything but the .exe file didn't created

Xphy
Автор

So you won't make more about SFML?

omarashraf
Автор

Wow will using opengl with sfml be taught in this series to actually have 3d graphics in sfml later on?

noot
Автор

i have an error that says cannot open file kernel32.lib but there is no file called kernel32.lib

KesoDev
Автор

Thanks for the nice video. Can you please make a tutorial series about the Vulkan API?

theparallax
Автор

Awesome. I've never heard of this before but apparently it's good to use with Opengl?

Joe-rpxn
Автор

can i ask you one thing? do you like visual studio or do you use it because its the best option. 😃 (this is genuine question 😂)

nimcompoo