SFML C++ Examples

None
0 comments
1 entries
Advertisement
8Observer8
June 16, 2020
SFML C++. Bouncing ball with showing coordinates

l use MinGW and lightweight editor VSCode: https://code.visualstudio.com/docs/languages/cpp

Type the command: mingw32-make

Makefile

# -mwindows - without a console window

CC = g++

INC = -I"E:\Libs\SFML-2.5.1-windows-gcc-7.3.0-mingw-32-bit\include"

LIB = -L"E:\Libs\SFML-2.5.1-windows-gcc-7.3.0-min…
7,716 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
14 Followers
klg71
Generalist
56 Entries
2 Followers
ApochPiQ
Generalist
628 Entries
45 Followers
15 Entries
14 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement