https://github.com/gpavanb1/appfxmpp
Boilerplate code for a SplitFXM++ app
https://github.com/gpavanb1/appfxmpp
Last synced: 10 months ago
JSON representation
Boilerplate code for a SplitFXM++ app
- Host: GitHub
- URL: https://github.com/gpavanb1/appfxmpp
- Owner: gpavanb1
- License: other
- Created: 2025-07-11T14:07:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T14:19:14.000Z (11 months ago)
- Last Synced: 2025-07-11T16:40:42.268Z (11 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppFXM++
This repository contains the boilerplate code for creating an application using SplitFXM++
## What does 'split' mean?
The user is directed to [SplitFXM](https://raw.githubusercontent.com/gpavanb1/SplitFXM/refs/heads/main/README.md) README for further details and documentation
## How to install and execute?
This can be most easily used with VSCode. There is a `tasks.json` that contains the build and run commands that can be invoked directly from the IDE.
The driver program is in `main.cpp` which can be compiled and executed
Note that you would need to install in the `third-party` directory
* [SplitFXM++](https://github.com/gpavanb1/SplitFXMpp) - Clone from [here](https://github.com/gpavanb1/SplitFXMpp)
* [SplitOPS++](https://github.com/gpavanb1/SplitOPSpp) - Clone from [here](https://github.com/gpavanb1/SplitOPSpp)
* [SplitDAE++](https://github.com/gpavanb1/SplitDAEpp) - Clone from [here](https://github.com/gpavanb1/SplitDAEpp)
* [SplitNewton++](https://github.com/gpavanb1/SplitNewtonpp) - Clone from [here](https://github.com/gpavanb1/SplitNewtonpp)
## Coverage
The coverage reports can be generated with `llvm-cov` using the `coverage.sh` once the `Bazel: Coverage` task is executed.
## Whom to contact?
Please direct your queries to [gpavanb1](http://github.com/gpavanb1)
for any questions.
Do join the [SplitFXM Google Group](https://groups.google.com/g/splitfxm) for discussions and updates!