Aura-glow is a deterministic C++ engine scaffold. It helps you quickly set up a development environment using MSVC and CMake. This software includes a runnable demo, along with compliance for AGPL, NOTICE, and CITATION. It is designed for reproducible builds and supports continuous integration through GitHub Actions.
You can download aura-glow from the Releases page. Click the button below to visit that page and download the latest version.
To download aura-glow, visit this link: Download aura-glow.
Follow these simple steps to get started with aura-glow.
Ensure your system meets the following requirements before installation:
- Operating System: Windows 10 or later
- Compiler: MSVC 2019 or later
- CMake: Version 3.15 or later
Click the button at the top of this page to go to the Releases page. Choose the latest version of aura-glow. Download the ZIP file to your computer.
After downloading, locate the ZIP file in your Downloads folder. Right-click on the file and select βExtract All.β Follow the prompts to choose a destination folder. This will create a new folder containing the unpacked files.
Within the extracted folder, find CMakeLists.txt. This file contains the project configuration. Win the command prompt by typing cmd in the Windows search bar and pressing Enter.
- Navigate to the directory containing the extracted files using the command prompt.
- Enter the following command to configure the project:
cmake . - To compile the project, run the command:
cmake --build .
After the build completes, you will have a runnable version of aura-glow ready.
Within the extracted files, you'll see a folder named demo. This contains demo files that showcase aura-glow capabilities.
Double-click the demo executable file to start it. You should see a window displaying the features of aura-glow. Feel free to explore its functionalities.
If you encounter any issues during installation or while running the software, check the following:
- Ensure your system meets all requirements.
- Make sure you have the correct version of MSVC and CMake installed.
- Double-check that you followed each installation step.
If problems persist, visit the Issues section on our GitHub page for support or to report bugs.
- Documentation: Read the full documentation here.
- Community: Join our discussion on GitHub to ask questions and get help from other users.
We welcome contributions to improve aura-glow. If you're interested in helping, please check the CONTRIBUTING.md file in the repository for guidelines.
Thank you for using aura-glow. We hope it helps you streamline your C++ projects!