CHIP emulator visualiser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alistair 585f3e522c Initial commit 8 months ago
cmake Initial commit 8 months ago
source Initial commit 8 months ago
.clang-format Initial commit 8 months ago
.clang-tidy Initial commit 8 months ago
CMakeLists.txt Initial commit 8 months ago
readme.md Initial commit 8 months ago
shell.emscripten.html Initial commit 8 months ago

readme.md

chipgui

CHIP emulator visualiser

A cross-splatform application using OpenGL ES and Dear ImGui.

Build native

cmake -B build .
cmake --build build

Build for web

emcmake cmake -B bweb 
emmake cmake --build bweb 

Cross-compile for windows

cmake -DCMAKE_TOOLCHAIN_FILE=cmake/windows-cross-toolchain.cmake -B bwin .
cmake --build bwin