All Projects → tobimensch → Aqemu

tobimensch / Aqemu

Licence: gpl-2.0
Official AQEMU repository - a GUI for virtual machines using QEMU as the backend

Projects that are alternatives of or similar to Aqemu

Qui
【此项目作者为刘典武,不是我自己的原创项目,望周知。也请大家不要骚扰刘典武。】一个用Qt开发的用来生成QSS文件的小程序,附简单Demo,主程序本身也可以看作一个很好的Demo。
Stars: ✭ 168 (-44.19%)
Mutual labels:  gui, qt
Qml Rust
QML (Qt Quick) bindings for Rust language
Stars: ✭ 196 (-34.88%)
Mutual labels:  gui, qt
Flameshot
Powerful yet simple to use screenshot software 🖥️ 📸
Stars: ✭ 15,429 (+5025.91%)
Mutual labels:  gui, qt
React Nodegui Starter
Starter repository for react based native desktop apps using react-nodegui
Stars: ✭ 132 (-56.15%)
Mutual labels:  gui, qt
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (-24.92%)
Mutual labels:  gui, qt
Lablqml
Interfacing Qt/QML with OCaml. Formely known as lablqt
Stars: ✭ 136 (-54.82%)
Mutual labels:  gui, qt
Qt5.cr
Qt5 bindings for Crystal, based on Bindgen
Stars: ✭ 182 (-39.53%)
Mutual labels:  gui, qt
Nodegui Starter
A starter repo for NodeGui projects
Stars: ✭ 93 (-69.1%)
Mutual labels:  gui, qt
Xmly Downloader Qt5
喜马拉雅FM专辑下载器. 支持VIP与付费专辑. 使用Go+Qt5编写(Not Qt Binding).
Stars: ✭ 214 (-28.9%)
Mutual labels:  gui, qt
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+780.07%)
Mutual labels:  gui, qt
Tabtoolbar
A small library for creating tabbed toolbars
Stars: ✭ 129 (-57.14%)
Mutual labels:  gui, qt
Johnny
GUI frontend to John the Ripper password cracker
Stars: ✭ 277 (-7.97%)
Mutual labels:  gui, qt
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (-60.13%)
Mutual labels:  gui, virtual-machine
Porymap
Map editor for pokeemerald, pokefirered, and pokeruby
Stars: ✭ 164 (-45.51%)
Mutual labels:  gui, qt
Blender Toolbox Qt
Attempt to recreate a blender like toolbox in Qt
Stars: ✭ 98 (-67.44%)
Mutual labels:  gui, qt
Phantomstyle
Cross-platform QStyle for traditionalists
Stars: ✭ 179 (-40.53%)
Mutual labels:  gui, qt
Corewar
School 42 project // Implementation of programming game “Core War” [Champions + Assembler + Disassembler + Virtual Machine + Visualizer]
Stars: ✭ 76 (-74.75%)
Mutual labels:  gui, virtual-machine
Qode
Qode is a lightly modified fork of Node.js that merges Node's event loop with Qt's event loop. It is designed to be used together with @nodegui/nodegui.
Stars: ✭ 84 (-72.09%)
Mutual labels:  gui, qt
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (-33.89%)
Mutual labels:  gui, qt
Hello imgui
Hello, Dear ImGui: cross-platform Gui apps for Windows / Mac / Linux / iOS / Android / Emscripten with the simplicity of a "Hello World" app
Stars: ✭ 120 (-60.13%)
Mutual labels:  easy-to-use, gui

###Latest news: 2020: 0.9.6 is now the current development version (in master for now), use TBK fork if you want to use a stable checkout now, but use this repository if you want to contribute to AQEMU's future. Building using meson/ninja is recommended now. See the changelog for all the new features that will work in the next stable release, I'm most exciting about AQEMU being turned into a manager for VM services. This means you can close the AQEMU UI and your VMs will keep running, also you can restart the UI and manage running VMs you previously started with AQEMU. And even better, you're able to start/stop VMs from the command line without the need for a UI. Giving you a lot more flexibility, and hopefully increasing the audience for AQEMU. As you may have guessed there are still many issues with this new set of features, therefore a stable release can't be provided currently. I was working on those features years ago, when I had to stop due various reasons, but now I plan to bring the work to an end, hopefully with the help of the community.

Example how to build using meson/ninja:

meson builddir
cd builddir
ninja
./aqemu

I set up a crowdfunding page for AQEMU, it will enable users to donate for the whole project and/or for individual issues. Please consider setting up a monthly donation.

I want AQEMU to pick up steam again with your help, with the goal of making the best virtual machine manager GUI.

Bountysource crowdfunding page for AQEMU: https://salt.bountysource.com/teams/aqemu

Patreon crowdfunding page: https://www.patreon.com/tobimensch

Donate via PayPal: [email protected]

ScreenShot

Current stable release: https://github.com/tobimensch/aqemu/releases/tag/v0.9.2 See the CHANGELOG for details.

Upgrading from 0.8.2 is highly recommended.


Port of AQEMU 0.8.2 from Qt4 to Qt5.


Use cmake to build.

Dependencies:

  • Qt5Core
  • Qt5Widgets
  • Qt5Network
  • Qt5Test
  • Qt5PrintSupport
  • Qt5DBus
  • LibVNCServer

As an alternative to cmake the meson build system is also supported: https://github.com/mesonbuild/meson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].