-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# frametime-handler | frame time graph creation tool | ||
|
||
## This software allows you to: | ||
- create and export **frame timing**, **probability density** and **probability distribution** graphs for [supported]() tools | ||
- export for [Graph](https://www.padowan.dk/) program (plans to expand the list of programs for reading graphs) | ||
|
||
## Features: | ||
- works on Windows, Linux, MacOS | ||
- ease of use | ||
|
||
## The projects that the application is based on: | ||
- [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia) | ||
- [dotnet core](https://github.com/dotnet/core) | ||
- [ThemeEditor](https://github.com/wieslawsoltes/ThemeEditor) (ColorPicker from here) | ||
- [MessageBox.Avalonia](https://github.com/CreateLab/MessageBox.Avalonia) | ||
- [ftanlzer](https://github.com/FlexxxerAlex/ftanlzer) - backend python analyzer | ||
- [PythonInterop](https://github.com/FlexxxerAlex/PythonInterop) - C# and Python interaction lib | ||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
## License | ||
[MIT](https://choosealicense.com/licenses/mit/) |