1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-05-18 14:53:20 -04:00
Specter/SpecProject
2022-11-13 08:36:59 -05:00
..
Assets Embed font resources to remove necessity for font assets. Now all assets are user defined. 2022-11-13 08:36:02 -05:00
src Update for use with predefined entry point 2022-11-11 15:18:18 -05:00
CMakeLists.txt Update for use with predefined entry point 2022-11-11 15:18:18 -05:00
imgui_log.txt Update for use with predefined entry point 2022-11-11 15:18:18 -05:00
README.md Overhaul CMake system for Specter. Specter is now installed to local lib directory, packaged. Can be found using find_package. Update SpecProject to reflect this, requires separate build. 2022-11-11 09:04:24 -05:00

Example Project: SpecProject

SpecProject is an example project for use with Specter. It contains examples for making an analysis pipeline, extending the UI, and creating the executable entry point. It also has an example CMakeLists.txt which demonstrates how to link a custom project to Specter.

Building SpecProject

In this directory (the SpecProject directory) run the following commands:

  • mkdir build
  • cd build && cmake .. && make -j 4

This will build the SpecProject executable and install it to the Specter/bin directory. The executable should be run from the Specter/bin directory.