Skip to content

HangX-Ma/LGFX-simulator-SDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LovyanGFX PC simulator on linux platform with SDL2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published