Skip to content
/ yapa Public

Yet another particle animation...

License

Notifications You must be signed in to change notification settings

tmsmr/yapa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yapa.js

Yet another particle animation

https://yapa.tmsmr.de

General

There are multiple great JS libraries that render (interactive) particle animations in a <canvas>. This implementation adds 'Transmissions' to visualize traffic between the particles.

Usage

<div id="yapa"></div>
<script src="https://yapa.tmsmr.de/versions/yapa-0.9.1.js"
	integrity="sha384-mxa2kC7J33fN+0TUBOIi4nAehBtMGrILGkhs2c5BFnmV4qBLA2Qpj1XpIxs7sLH9"
	crossorigin="anonymous"
></script>
<script type="text/javascript">
	new Yapa(document.getElementById("yapa"), new YapaConfig()).start();
</script>

Demo / Configuration

  • To see the library in action and/or build a more advanced configuration, check out https://yapa.tmsmr.de

About

Yet another particle animation...

Topics

Resources

License

Stars

Watchers

Forks