chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
4.69k stars 141 forks source link

Compile v4 on linux (dirty patch) #61

Closed dguerizec closed 1 year ago

dguerizec commented 1 year ago

Hi,

This is a dirty patch to make the version4 compile and run on linux. It is not meant to be merged, but is just a hint on what didn't pass the compilation.

(I had the opportunity to play a bit with it, it looks promising !)

chrxh commented 1 year ago

Thanks a lot! I'll keep your PR open.

It's a pity that ImFileDialog is no longer maintained :-( I already had to make a dirty patch to fix compile errors due to std::u8string issues after activating C++20.

chrxh commented 1 year ago

I have been working a lot on version4 and plan to merge it to develop soon. If you are still willing to help, would you please check the gcc compile errors? There is an Ubuntu-Ci configured on develop to ensure that it will remain compilable.

chrxh commented 1 year ago

I have fixed the gcc compile errors in the meantime. If there are still problems, feel free to create a new PR.