Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
49 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

executable file
·
49 lines (38 loc) · 1.35 KB

Currently undergoing a rewrite for Godot 4: https://github.com/Mercadud/GPPE

Godot Project Planner/Exporter

Made by Mercadud
Create File Systems to start your Godot Projects!

GPPE_v3 1 1

FEATURES

  1. plan how you want to organize all your files in your godot Projects!
  2. Save them to finish them later!
  3. Export your file system as a, ready to use, Godot Project! (excluding Node inside of scenes)
  4. Easy for the eye dark theme!

FUTURE PLANS

  1. Import Actual Projects to re-arrange/edit them
  2. Attach Scripts to Scenes
  3. undo/redo buttons

Editable content per node:

(more will be added in the future)

Root Folder/Folder

  1. Name
  2. Driver Name
  3. Window size (width and height)

Scene

  1. Name
  2. Scene type (2D and 3D nodes available)

Script

  1. Name
  2. If it's a Singleton
  3. add/remove functions
  4. Change what it extends from

Import

  1. Import Location

World Environment

  1. Name
  2. Template for the type of World Environment

Want to help out?

heres what you can do:

  1. Help with the development of this tool by submitting pull requests
  2. Offer some templates that you think would be helpful to the average user that are MIT licensed
  3. Submitting any issues you have with the app to help me pinpoint some bugs