- [x] ~~better bounding method needed for the interger slider~~ - [x] ~~segmentation fault occur when the slider hits the limit, need to invetigate why~~ - [ ] proper orientation slicing for the file, needed to align with one of the software that similar to this (eg. MRIcron) - [ ] support for linux and windows system (compilation flags for windows and linux, changes to DX12 or DX11 API calls for windows) - [ ] mouse and keybord input interaction support - [ ] support for loading a second nifti, vmr or a voi file as a mask. since we support both nifti and bv formate, we have a lot of flexibility here. - [ ] automatic MP2RAGE denoising with three files with INV1, INV2, UNI as inputs. - [x] don't slice the data if the slice index did not changes. - [ ] change to metal API on macOS. - [x] disable imgui.ini file saving - [ ] git submodule for imgui implot nifti_clib
better bounding method needed for the interger slidersegmentation fault occur when the slider hits the limit, need to invetigate why