Skip to content
/ vscode-sfml-base Public template

This repo has a base sfml project for vscode setup so you can get up and running quickly with sfml

Notifications You must be signed in to change notification settings

n-ovux/vscode-sfml-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML base code

How to setup

Windows

Install chocolatey
choco install llvm
choco install mingw

MacOS

(/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)")
brew install --with-toolchain llvm
brew install gdb

Linux

If your distro is not listed then check you package manager for gdb and clang++

ubuntu/debian

sudo apt install clang-11
sudo apt install gdb

manjaro/arch

yay -S clang
yay -S gdb
or install them manually clang package, gbd package

About

This repo has a base sfml project for vscode setup so you can get up and running quickly with sfml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published