12 version = "unstable-2024-04-05";
14 src = fetchFromGitHub {
17 rev = "a628e95d181d396246214df5194ac6b18698d811";
18 hash = "sha256-vn4/eH5o0UhTNfN2UB4r0eKNn90PbH3UPfarHsnQPIk=";
23 name = "no-install-during-build.patch";
24 url = "https://github.com/Aeva/tangerine/pull/12/commits/2d7d1ae1e21e8fe52df2c4a33e947b2ff6b07812.patch";
25 hash = "sha256-zLAx5FOvtUsUZM/nUCFW8Z1Xe3+oV95Nv1s3GaNcV/c=";
29 nativeBuildInputs = [ cmake ];
30 buildInputs = [ ncurses SDL2 ];
33 description = "System for creating 3D models procedurally from a set of Signed Distance Function (SDF) primitive shapes and combining operators";
34 homepage = "https://github.com/Aeva/tangerine";
35 license = licenses.asl20;
36 maintainers = [ maintainers.viraptor ];
37 broken = stdenv.hostPlatform.isDarwin; # third_party/naive-surface-nets doesn't find std::execution