Compare commits

...

3 Commits

Author SHA1 Message Date
45e3bc83a9 Update README.md 2025-05-31 03:08:38 +01:00
40b5bb1634 Add README.md 2025-05-31 03:08:26 +01:00
054a3bbdd7 Update .gitignore 2025-05-31 03:06:46 +01:00
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ raylib-build
*.data *.data
*.ods *.ods
*.dSYM *.dSYM
*.out

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Data-Oriented Design Test
Playing around with [DOD](https://en.wikipedia.org/wiki/Data-oriented_design) concepts and comparing performance of resulting applications.