Normalize face coords to make them easier to work with

This commit is contained in:
heyarne 2021-04-24 19:29:10 +02:00
commit e8b7075974
2 changed files with 57 additions and 64 deletions

View file

@ -2,6 +2,7 @@ with import <nixpkgs> { };
mkShell rec {
name = "quil-env";
buildInputs = with pkgs; [
clojure
xorg_sys_opengl
];
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";