Skip to content

AdsGames/AfkLib

Repository files navigation

Allans FrameworK

Build Windows Build Linux Build Mac OS Build Web

Game framework

Documentation

Doxygen Generated Documentation

Examples (Web)

Setup

Windows (MSYS2)

pacman -S mingw-w64-i686-gcc-libs mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_mixer mingw-w64-i686-SDL2_image mingw-w64-i686-SDL2_ttf mingw-w64-i686-SDL2_gfx

Mac OS

brew install sdl2 sdl2_image sdl2_gfx sdl2_ttf sdl2_mixer

Linux

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-gfx-dev

Build

cmake .
make

Build Emscripten

emcmake cmake .
make

Install Library (works for emscripten)

make install

About

Allan's FrameworK for rapid c++ game development

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published