An addon for the Pandemonium Engine to help with turning gdscript and scenes directly to engine side c++.
Go to file
Relintai 896a801bf3 Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
addons/gdc_converter Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
.gitignore Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
LICENSE Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
README.md Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
default_env.tres Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
icon.png Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
icon.png.import Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00
project.pandemonium Added the addon from the broken seals repository. 2023-10-08 19:04:05 +02:00

README.md

GDC Converter

An addon for the Pandemonium Engine to help with turning gdscript and scenes directly to engine side c++.

It adds new entries to the editor's tool menu.

It works best with typed gdscript, also it's not perfect.

It however does give you mostly okay results.

This was developed in the broken seals repository. The original dev commits can be found here.