Add Analytics and requirements

This commit is contained in:
David Doebel
2026-03-04 00:44:52 +01:00
parent 15a20fc965
commit 04725b27d9
5 changed files with 545 additions and 0 deletions

4
docs/Notes.md Normal file
View File

@@ -0,0 +1,4 @@
### Coding Language
First we need to decide on the language that we will use.
As C++ is very efficient, the core engine will be written in C++, and
exposed to the Research layer via `pybind11`.