Skip to content

contextfreecode/gdpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDScript-Python Comparison

To update the script class cache:

godot --headless --quit project.godot

Run GDScript:

# Or just -s instead of --script
godot --headless --quit --script gddemo/main.gd

Or for a SceneTree with internal quit:

godot --headless -s gddemo/main.gd

Run Python with:

python -m pydemo

About

GDScript Python comparison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published