Add mirror links
This commit is contained in:
parent
80a74c15cd
commit
14e2847849
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
[](https://git.sr.ht/~redstrate/prism)
|
[](https://git.sr.ht/~redstrate/prism)
|
||||||
[](https://github.com/redstrate/prism)
|
mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https://github.com/redstrate/prism)
|
||||||
|
[](https://git.ryne.moe/redstrate/prism)
|
||||||
|
|
||||||
A cross-platform engine providing real-time physically based rendering. This is the culmination
|
A cross-platform engine providing real-time physically based rendering. This is the culmination
|
||||||
of several years of my own graphics programming work :-)
|
of several years of my own graphics programming work :-)
|
||||||
|
@ -26,4 +28,4 @@ There is an example app provided in `example/`. If you want to build the tooling
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
The ideal way to use it is by letting prism take over your main() and implementing an app_main() instead,
|
The ideal way to use it is by letting prism take over your main() and implementing an app_main() instead,
|
||||||
(and using `add_platform_executable` in CMake) but I'm working on letting developers use the engine as a regular library too.
|
(and using `add_platform_executable` in CMake) but I'm working on letting developers use the engine as a regular library too.
|
||||||
|
|
Reference in a new issue