mirror of
https://codeberg.org/scip/kageviewer.git
synced 2025-12-16 20:20:58 +01:00
move to codeberg (#2)
This commit is contained in:
13
README.md
13
README.md
@@ -1,9 +1,10 @@
|
||||
# kageviewer - Viewer for shaders written in Kage, similar to glslviewer
|
||||
|
||||

|
||||

|
||||
|
||||
[](https://github.com/tlinden/kageviewer/blob/master/LICENSE)
|
||||
[](https://goreportcard.com/report/github.com/tlinden/kageviewer)
|
||||
[](https://codeberg.org/scip/kageviewer/raw/branch/main/LICENSE)
|
||||
[](https://goreportcard.com/report/codeberg.org/scip/kageviewer)
|
||||
[](https://ci.codeberg.org/repos/15617)
|
||||
|
||||
This little tool can be used to test shaders written in
|
||||
[Kage](https://ebitengine.org/en/documents/shader.html), a shader meta
|
||||
@@ -15,7 +16,7 @@ will be printed to STDOUT. The same applies for images.
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
@@ -25,7 +26,7 @@ pre built binaries are provided.
|
||||
### Installation with go
|
||||
|
||||
```shell
|
||||
go install github.com/tlinden/kageviewer@latest
|
||||
go install codeberg.org/scip/kageviewer@latest
|
||||
```
|
||||
|
||||
### Installation from source
|
||||
@@ -128,7 +129,7 @@ Possible parameters equal the long command line options.
|
||||
|
||||
# Report bugs
|
||||
|
||||
[Please open an issue](https://github.com/TLINDEN/kageviewer/issues). Thanks!
|
||||
[Please open an issue](https://codeberg.org/scip/kageviewer/issues). Thanks!
|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user