pleonex / Tex0tron

Utility to inspect TEX0 command data from PS2 GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tex0tron

GitHub release   Build and release   MIT License  

Utility to inspect TEX0 command data from PS2 GPU. It allows to unpack and pack the information from TEX0 GPU commands.

Get started

Get the terminal-based or desktop version of the utility in the GitHub release.

Feel free to ask any question in the project discussion.

Build

The project requires to build .NET 8.0 SDK.

To build, test and generate artifacts run:

# Build and run tests (with code coverage!)
dotnet run --project build/orchestrator

# (Optional) Create bundles (nuget, zips, docs)
dotnet run --project build/orchestrator -- --target=Bundle

Release

Create a new GitHub release with a tag v{Version} (e.g. v2.4) and that's it! This triggers a pipeline that builds and deploy the project.

About

Utility to inspect TEX0 command data from PS2 GPU

License:MIT License


Languages

Language:C# 100.0%