An open API service indexing awesome lists of open source software.

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

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!