Biophysical-Fluorescence-Laboratory / Imaging_FCS

Imaging_FCS is a basic ImageJ plugin to calculate and view spatio-temporal correlation functions from 16 bit gray tiff stack files.
https://www.dbs.nus.edu.sg/lab/BFL/imfcs_image_j_plugin.html
0 stars 1 forks source link

C++ / Cuda compilation command #3

Closed Marc-Demoustier closed 7 months ago

Marc-Demoustier commented 7 months ago

The current manual compilation process for the C++/CUDA codebase lacks documentation, posing significant challenges for contributors, especially those unfamiliar with the plugin's specifics. This complexity hinders the ability to efficiently propose and implement updates or enhancements.

I propose the adoption of CMake to facilitate a more accessible and streamlined compilation process. Integrating CMake would not only simplify the build process but also enhance the project's maintainability and encourage contributions by lowering the technical barrier to entry.