Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mqxsyy/Lumina
An open-source custom particle system API for Roblox, includes a graph editor.
https://github.com/Mqxsyy/Lumina
Last synced: 2 months ago
JSON representation
An open-source custom particle system API for Roblox, includes a graph editor.
- Host: GitHub
- URL: https://github.com/Mqxsyy/Lumina
- Owner: Mqxsyy
- License: mit
- Created: 2024-01-03T15:37:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:24:24.000Z (8 months ago)
- Last Synced: 2024-05-22T16:44:44.168Z (8 months ago)
- Language: TypeScript
- Homepage: https://mqxsyy.github.io/LuminaDocs/
- Size: 963 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-roblox - Lumina - An open-source custom particle system API for Roblox, includes a graph editor. (Plugins)
README
# Lumina
Compared to other engines such as Unity and Unreal, vfx creation in roblox is pretty limited, having only beams and an image based particle emitter. Everything else to do with VFX must be manually scripted.
The aim of this project is to improve vfx creation in roblox by making a much more powerful particle API and to largely reduce the needs of scripting by including a simple node based UI.Disclaimer: this is currently heavily work in progress, I do not recommend using this in production since everything is still subject to change. It may also be buggy and due to reasons the text inputs are scuffed.
## Links
- [DevForum Post](https://devforum.roblox.com/t/lumina-a-custom-particle-system/2963557)
- [Documentation](https://mqxsyy.github.io/LuminaDocs/)
- [Trello](https://trello.com/b/HdIHbE2Q/main)
- [Discord](https://discord.gg/RwkrWuh6Bd)