Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds tests for the noise procedures.

This commit is contained in:
NoahR02
2022-02-08 06:16:10 -05:00
parent 3c2ed3bb69
commit 817bc7434d
5 changed files with 1069 additions and 3 deletions
+6 -1
View File
@@ -35,4 +35,9 @@ echo ---
echo ---
echo Running core:encoding tests
echo ---
%PATH_TO_ODIN% run encoding %COMMON%
%PATH_TO_ODIN% run encoding %COMMON%
echo ---
echo Running core:math/noise tests
echo ---
%PATH_TO_ODIN% run math/noise %COMMON%