Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)