Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonelyteapot/visuals
Personal project for visualizing algorithms
https://github.com/lonelyteapot/visuals
github-pages qml qt qtquick
Last synced: 3 days ago
JSON representation
Personal project for visualizing algorithms
- Host: GitHub
- URL: https://github.com/lonelyteapot/visuals
- Owner: lonelyteapot
- License: gpl-3.0
- Created: 2021-10-20T17:20:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T22:22:55.000Z (about 3 years ago)
- Last Synced: 2024-11-11T18:19:18.439Z (2 months ago)
- Topics: github-pages, qml, qt, qtquick
- Language: C++
- Homepage:
- Size: 8.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Visuals
A personal project for visualizing various algorithms
## Building instructions
### For Windows
- Install Qt binaries for MinGW ([installer](https://www.qt.io/download)).
_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](https://www.qt.io/download)).
_Recommended version is 6.2.1. Qt5 may not work._
- Install Emscripten ([installer](https://emscripten.org/docs/getting_started/downloads.html)).
_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.