Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 980 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 980 Bytes

WLAMI(E)

Windows-Linux-Android-MacOS-iOS-Emscripten SFML project

Project template for Windows, Linux, Android, MacOS, iOS and Emscripten.

Compilation for Windows and Linux can be done with Visual Studio.

Linux compilation is done with WSL in Visual Studio.

Compilation for Android can be done with Android Studio.

Compilation for MacOS can be done from the command line.

Compilation for iOS can be done from Xcode.

Compilation for the Web with Emscripten can be done from the command line with my branch.

Setup

All external assets (images, audio, fonts) must be placed inside the assets/ folder.

The src/ folder is used for .cpp, .h, and optionally .rc or .icns files.

You'll need to specify your SFML directories in CMakeLists.txt.

The versions/ folder is ignored by Git and can be used for saving previous releases.

The res/ folder is used by Android Studio for icons and styles.