Skip to content

lonelyteapot/Visuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visuals

A personal project for visualizing various algorithms

Building instructions

For Windows

  • Install Qt binaries for MinGW (installer).
    Recommended version is 6.2.1. Qt5 may not work.
  • Build using Qt Creator or manually with cmake.
  • Run Visuals.exe.

For Web

  • Install Qt binaries for WebAssembly (installer).
    Recommended version is 6.2.1. Qt5 may not work.
  • Install Emscripten (installer).
    Recommended version is 2.0.14, not the latest.
  • Build using Qt Creator or manually with cmake.
    output file description
    Visuals.wasm Application binary
    Visuals.js Emscripten runtime
    Visuals.html Defaul page container
    qtloader.js Qt runtime
  • Run with emrun Visuals.html or any HTTP server.