Skip to content

Instantly share code, notes, and snippets.

@rlane
Created October 25, 2023 03:57
Show Gist options
  • Save rlane/4ae9f9759e25e8ad7ed9fe932a8633ee to your computer and use it in GitHub Desktop.
Save rlane/4ae9f9759e25e8ad7ed9fe932a8633ee to your computer and use it in GitHub Desktop.
#include "oort.h" // https://github.com/rlane/oort3/blob/c/shared/c-api/oort.h
void tick() {
write_f64(AccelerateX, 100.0);
write_u64(Fire0, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment