Particle Library
A library that provides an API to allow modders to create performant, customizable particles – serving as an alternative to Terraria’s dust and particles.
You may find examples at https://github.com/SnowyStarfall/ParticleLibrary/tree/main/Examples
If you have more intricate questions or run into issues, please join my Discord server: https://discord.gg/bhCuppRdVF
Just subscribe <3 c:
This library is licensed under the GNU GENERAL PUBLIC LICENSE Version 3. A summary of what this means can be found at https://www.gnu.org/licenses/quick-guide-gplv3.en.html.
If you choose to use my code in your project, please adhere to the license and please credit me – SnowyStarfall – in your mod description and direct others to https://github.com/SnowyStarfall/ParticleLibrary/tree/main as the source for your implementation.
- Subscribe to Particle Library
- Go to the GitHub here: https://github.com/SnowyStarfall/ParticleLibrary/tree/main
- Download the Particle Library DLL and XML files from the code repository, NOT the releases.
- Place them somewhere on your PC, or more conventionally in a "lib" folder in your mod project
- In Visual Studio, right-click your csproj and hover over Add, then click Add COM Reference
- Navigate to the DLL from before and select it
- Open your mod’s build.txt
- In your modReferences, add ParticleLibrary
modReferences = ParticleLibrary
(modReferences can be split by commas ‘A, B, C’)
build.txt guide: https://github.com/tModLoader/tModLoader/wiki/build.txt#available-properties
Icon by Maskano on Twitter, go check them out they’re COOL!!!
Modders and Players are encouraged to report bugs in the pinned discussion here or preferably in my Discord server!
GitHub: https://github.com/SnowyStarfall/ParticleLibrary
Discord: https://discord.gg/bhCuppRdVF in the Particle Library category
If your mod uses Particle Library, feel free to contact me via my Discord server and I will add it to this list. It must be a released mod.
Mods that use Particle Library:
– Mod of Redemption
– Shadows of Abaddon
– Lunar Veil
Developed By SnowyStarfall
Developed By SnowyStarfall