king4arabs / Lameboi

Gameboy Emulator using ImGui+SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lameboi

Use vcpkg to install the necessary libraries, the setup works with the x64-windows-static triplet

  • fmt
  • gl3w
  • glm
  • imgui
  • lodepng
  • nlohmann-json
  • sdl2
  • stb

vcpkg install fmt gl3w glm imgui lodepng nlohmann-json sdl2 stb --triplet=x64-windows-static

About

Gameboy Emulator using ImGui+SDL


Languages

Language:C++ 87.5%Language:C 11.6%Language:CMake 0.8%Language:GLSL 0.2%