TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Replace TArithmeticArray with std::valarray #66

Closed TzuChieh closed 3 years ago

TzuChieh commented 3 years ago
TzuChieh commented 3 years ago

std::valarray is kinda abandoned, and it does not feature stack allocation which is not our common usecase.