pctwass / ONEP

MIT License
2 stars 0 forks source link

Remove/rework CEBRA as a git subproject #20

Open pctwass opened 2 weeks ago

pctwass commented 2 weeks ago

I experienced some issues with getting ONEP to work on different devices due to CEBRA being required as a git subproject. As long as CEBRA is not used, it should not cause the application to throw errors, which it does now.

The following options (ordered by preference) are available:

  1. Keep CEBRA as a subproject, but resolve it not being required to launch the application
  2. Implement CEBRA in a different way such that it is still available as a standard supported projection method
  3. Remove standard support for CEBRA

*it is acceptable to require the user to have to execute a git command or the like to be able to make use of CEBRA **make sure to update the user and dev guides based on the implementation chosen