Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elenakrittik/gdtk
A versatile Godot toolkit with aim on speed, extensibility and friendliness.
https://github.com/elenakrittik/gdtk
godot godot-4 godot-engine rust toolkit
Last synced: 1 day ago
JSON representation
A versatile Godot toolkit with aim on speed, extensibility and friendliness.
- Host: GitHub
- URL: https://github.com/elenakrittik/gdtk
- Owner: elenakrittik
- Created: 2023-02-07T01:31:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T09:17:41.000Z (4 months ago)
- Last Synced: 2024-10-30T00:16:57.331Z (3 months ago)
- Topics: godot, godot-4, godot-engine, rust, toolkit
- Language: Rust
- Homepage:
- Size: 1.79 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Godot ToolKit
`gdtk` is a versatile toolkit for Godot developers. It does* everything you ever wished Godot could do, and a tiny bit more.
## Planned features*
this is essentially a public roadmap
- [x] GDScript and GodotCfg (.godot, .tscn and .tres) parsers
- [ ] Formatter
- [x] Linter
- The foundantions are there, but there is shortage on rules 🙂
- [ ] Project and dependency manager
- [ ] Addon dependencies
- [ ] Native dependencies
- [ ] GPM dependencies
- [x] Godot version manager
- [ ] Interpreter
- [ ] REPL
- [ ] Testing framework
- [ ] Godot integration
- [ ] Preprocessor
- [ ] LSP implementation## Credits
Greatly inspired by these projects:
- Pawel Lampe's [godot-gdscript-toolkit](https;//github.com/Scony/godot-gdscript-toolkit)
- Paul Hocker's [gs-project-manager](https://gitlab.com/godot-stuff/gs-project-manager/)