draw graph edges much faster (using raw vertex array)

This commit is contained in:
2026-03-06 21:16:57 +01:00
parent 591f018685
commit e482adbb76
8 changed files with 152 additions and 51 deletions

View File

@ -250,6 +250,7 @@ rec {
buildInputs = with pkgs; [
# C/C++:
raylib
glew
raygui
thread-pool
libmorton
@ -424,4 +425,4 @@ rec {
};
}
);
}
}