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: about 1 month 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:55:20.000Z (7 months ago)
- Last Synced: 2024-04-13T21:39:36.094Z (7 months ago)
- Topics: godot, godot-4, godot-engine, rust, toolkit
- Language: Rust
- Homepage:
- Size: 351 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
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/)