Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyxus/gd-stats
Statistics for Godot 4.x projects
https://github.com/pyxus/gd-stats
Last synced: 10 days ago
JSON representation
Statistics for Godot 4.x projects
- Host: GitHub
- URL: https://github.com/pyxus/gd-stats
- Owner: Pyxus
- License: mit
- Created: 2023-10-04T08:48:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T07:04:17.000Z (6 months ago)
- Last Synced: 2024-10-11T11:14:34.647Z (about 1 month ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GD Statistics
GD Statistics is a Go practice project under development. It's a straightforward tool designed for studying Go programming. The tool analyzes a Godot Engine project by scanning files within the project directory and provides statistics such as script line count, node count, etc.
Currently, GD Statistics is a command-line tool. There are plans to incorporate a graphical user interface (GUI) in the future.
## Usage
To use, simply run the program and provide the path to a project's `godot.project` file as an argument.
![Project demo image](demo.png "Demo")