abhaseen / 3D-Aquarium

A procedural 3D Aquarium made with Unity that showcases AI flocking behavior.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D-Aquarium

A procedural 3D Aquarium made with Unity that showcases AI flocking behavior.

Trying the Simulation

Setting up the repository

Clone this repository to any directory you want:

git clone https://github.com/abhaseen/3D-Aquarium.git

OR (if you have SSH set up)

git clone git@github.com:abhaseen/3D-Aquarium.git

Contributing

If you are contributing, make sure to enter this into your git command line:

git config --global core.autocrlf false

This should be done before adding to the repo or making any changes!

Satisfying dependencies

You need to have Unity installed. Need the WebGL Module/Extension as well.

Special Thanks

Based on the 2D Source Code and Tutorial by Board To Bits: video

About

A procedural 3D Aquarium made with Unity that showcases AI flocking behavior.

License:MIT License


Languages

Language:C# 99.8%Language:HLSL 0.1%Language:ShaderLab 0.0%