Skip to content

Instantly share code, notes, and snippets.

View greysondn's full-sized avatar
💭
YOU CAN'T HIDE SECRETS FROM THE FUTURE WITH MATH

J. "Dorian Greyson" L. greysondn

💭
YOU CAN'T HIDE SECRETS FROM THE FUTURE WITH MATH
View GitHub Profile
@greysondn
greysondn / README.md
Created June 7, 2021 20:43 — forked from matheus2740/README.md
Using Cython (C and C++) with godot and godot-python

For these notes, I'm assuming the reader is reasonably familiar with how cython, python and godot works.

Basic steps to use cython in your godot project:

  • Download and install godot-python and make sure python scripts are working in your project:
  • Install Cython in your python environment:
    • cd myproject
    • ./addons/pythonscript/x11-64/bin/python3 -m pip install cython==3.0a5