Files
amethyst/README.md
tobid7 88e367a299 Implement Text Rendering
Added STB truetype
Switched AssetMgr to use Shared Ptr
2025-12-07 23:20:15 +01:00

689 B
Executable File

amethyst

2d Renderer Library made for ReCraft3DS based on palladium.

Usage

Submodule:

Add amethyst as submodule to your repository

git submodule add https://github.com/tobid7/amethyst vendor/amethyst

Add it as submodule to your CMakeLists.txt

add_subdirectory(vendor/amethyst)
target_link_libraries(${PROJECT_NAME} PUBLIC amethyst)

Installed

Coming Soon...

Credits