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-ming…
7,073 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement