This is the first 5 days. Plan is to use GameInput instead of XInput and XAudio2 instead of DirectSound.
-
Using snake_case and Ada_Case instead of Casey's naming conventions to make it more conventional with other Odin programs.
-
No pointer arithmetic in Odin so I am indexing with multi-pointers instead.
-
Code is formatted using the OLS formatter.
-
Using VSCode build and debug scripts.
- Clone the repository.
- Open in VSCode.
- Create a "build/" folder in the root of the repository.
- Hit F5 or run the "Debug" configuration in the "Run and Debug" panel.
- Windows
- Must have the Odin compiler in your PATH