Giter VIP home page Giter VIP logo

particleemitter's Introduction

Contributors Forks Stargazers Issues APACHE-2.0 License


Logo

ParticleEmitter

Report Bug · Request Feature

About The Project

With this library, you can design particle animations with snowstorm and draw them in a Minecraft world.

Currently only Minestom is supported.

Getting Started

A full, runnable example server can be found in here

Particle examples can be found here

Adding as a dependency

Add the following to your build.gradle.kts file:

repositories {
    maven("https://reposilite.worldseed.online/public")
}

Add the library as a dependency

dependencies {
    implementation("net.worldseed.particleemitter:ParticleEmitter:<version>")
}

The lastest version number can be found here

JAVA FLAGS

To execute the code you must add the java VM flag --add-opens java.base/java.lang=ALL-UNNAMED.

Features

ParticleEmitter supports the following features

  • Emitter lifetime expression, loop and once
  • Emitter rate instant and steady
  • Emitter shape box, disc, point and sphere
  • Particle tinting (colour)

Limitations

Minecraft Query Language (MQL) does not fully support Molang

  • Variables do not work
  • Functions do not work

Particle Restrictions

  • Velocity only works on certain particles and acceleration don't work on any particles
  • Custom particle textures don't work
  • Curves have not been implemented
  • Particle lifetimes have not been implemented

(back to top)

particleemitter's People

Contributors

iam4722202468 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bananababoo

particleemitter's Issues

[Feature Request] Particle Lifetime

Would be nice to have particle lifetimes functional, albeit in a simple way with just max age being taken into account as kill expression, pane and other conditions are probably unnecessary

In other words out of the 5 official parameters for the first one (Max Age) to be supported
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.