Skip to content

wheremyfoodat/hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tkpemu tkpemu-votes GitHub license

TKPEmu

A multi-purpose emulator
Using Dear ImGui (License)

Current emulators

Installation

CMake is going to download source files from imgui and glad-stable
If you get an error while these files are being downloaded, check if the links above work, and open an issue

Archlinux, AUR:

Installation for Archlinux is very easy, just run the following command:

yay -S tkpemu

Make sure you have yay installed.
Otherwise run the following:

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/tkpemu.git
cd tkpemu
makepkg -si

Other linux distros

git clone https://github.com/OFFTKP/TKPEmu.git
cd TKPEmu
cd TKPEmu
cmake -B build
cmake --build build
sudo mv ./build/TKPEmu /usr/bin/TKPEmu

Windows:

Has not been tested.

  • Download CMake for Windows and try to build.
  • Create an issue if there's an error.

License

TKPEmu is licensed under the MIT license
Copyright (C) 2021-2021 Paris Oplopoios

About

A multi-system emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%