Smoren / molecular-ts

Virtual chemistry simultaion. Visualization of the behavior of particles in 2D and 3D space. Artifical life research.
https://smoren.github.io/molecular-ts/
MIT License
28 stars 0 forks source link
3d artifical-life canvas cellular-automaton cheminformatics molecular-dynamics molecular-simulation

MolecuLarva — Molecular Simulation

This project is an experiment that visualizes the behavior of particles in 2D and 3D space:

Particles of different types are visualized in different colors. Their properties, presented in the configuration of the world, depend on the type of particle:

  1. Gravity coefficient matrix for unlinked particles shows whether a particle of one type will attract or repel a particle of another type in the case when they are not linked to each other, and with what force.
  2. Gravity coefficient matrix for linked particles shows whether a particle of one type will attract or repel a particle of another type in the case when they are linked to each other, and with what force.
  3. Connection limit map shows the maximum number of links for particles of each type.
  4. Connection limit matrix shows the maximum number of connections that particles of each type can have with particles of different types.
  5. Connection weight matrix shows the weight occupied by the link between a particle of type A and a particle of type B in the overall limit on the number of bonds of a particle of type A (in Connection limit map).
  6. Tensor of influence on neighbors links shows how particles of type A affect the maximum link lengths of particles of type B with particles of type C.

The main goal of this project is to study self-organizing systems and explore configurations in which conditions for spontaneous emergence of artificial life will be present.

Demo

Live demo: https://smoren.github.io/molecular-ts/

Demo

Controls

3D

2D

Adding new particles

Research

Play with the simulation hyperparameters in the live demo and share links to interesting worlds obtained in the app in the special issue.

Install

npm i
npm run dev

Inspiration

This project was inspired by the ParticleAutomataJS developed by ArtemOnigiri.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request on the GitHub repository.

License

MolecuLarva is licensed under the MIT License.