Remove mirror links
This commit is contained in:
parent
ca2c2c9d3d
commit
4cfc73362f
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -1,10 +1,4 @@
|
||||||
# Prism
|
# Prism
|
||||||
[](https://git.sr.ht/~redstrate/prism)
|
|
||||||
[](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 :-)
|
||||||
|
|
||||||
|
@ -41,9 +35,9 @@ The sibenik, sponza and buddha models shown are from the [McGuire Computer Graph
|
||||||
* Uses the experimental docking/viewport branch!
|
* Uses the experimental docking/viewport branch!
|
||||||
* Automatic DPI scaling on fonts for crisp rendering when the window is in a HiDPI environment.
|
* Automatic DPI scaling on fonts for crisp rendering when the window is in a HiDPI environment.
|
||||||
* Custom ImGui backend is built on top the GFX api and other platform-agnostic systems.
|
* Custom ImGui backend is built on top the GFX api and other platform-agnostic systems.
|
||||||
* Plenty of custom widgets available for easily creating debug tools, see [imgui_stdlib.h](https://git.sr.ht/~redstrate/prism/tree/master/item/extern/imgui/include/imgui_stdlib.h) and [imgui_utility.hpp](https://git.sr.ht/~redstrate/prism/tree/master/item/engine/core/include/imgui_utility.hpp)!
|
* Plenty of custom widgets available for easily creating debug tools, see [imgui_stdlib.h](item/extern/imgui/include/imgui_stdlib.h) and [imgui_utility.hpp](item/engine/core/include/imgui_utility.hpp)!
|
||||||
* Entity-Component system for modular object building
|
* Entity-Component system for modular object building
|
||||||
* No runtime polymorphism is involved, and it leverages the native C++ type system, [components are kept as simple structs](https://git.sr.ht/~redstrate/prism/tree/master/item/engine/core/include/components.hpp).
|
* No runtime polymorphism is involved, and it leverages the native C++ type system, [components are kept as simple structs](item/engine/core/include/components.hpp).
|
||||||
* Asset management
|
* Asset management
|
||||||
* Custom model file format for super-fast model loading and small file sizes.
|
* Custom model file format for super-fast model loading and small file sizes.
|
||||||
* Includes a custom Blender addon for easy exporting!
|
* Includes a custom Blender addon for easy exporting!
|
||||||
|
|
Reference in a new issue