/LGFX-simulator-SDL

LovyanGFX PC simulator on linux platform with SDL2

Primary LanguageC++MIT LicenseMIT

LGFX simulator SDL

LovyanGFX PC simulator on linux platform with SDL2. Check LovyanGFX/CMake_SDL for details.

CMake recommendation ref: Modern CMake: Do's and Don'ts

Prerequisite

  • Ubuntu 20.04 or higher
  • CMake
  • Clang or GNU build toolchain
  • SDL2
sudo apt-get update
sudo apt-get install -y build-essential libsdl2-dev

Usage

git clone https://github.com/HangX-Ma/LGFX-simulator-SDL.git
cd LGFX-simulator-SDL && git submodule update --init --recursive
cmake -B build
cmake --build build -j$(nproc)

License

MIT License