Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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