Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demkeys/unitymathexperiments

Various experiments that I do in Unity when I learn about any math algorithm.
https://github.com/demkeys/unitymathexperiments

c-sharp creative-coding curve game-development lissajous lissajous-curve math mathematics unity-scripts unity3d

Last synced: 29 days ago
JSON representation

Various experiments that I do in Unity when I learn about any math algorithm.

Awesome Lists containing this project

README

        

# UnityMathExperiments
Various experiments that I do in Unity when I learn about any math algorithm. For the most part you'll usually find C# scripts here, not complete Unity projects, but I'll try my best to include detailed instructions for how to use each script. These scripts are meant to be used in the __Unity Game Engine__.

* [Lissajous Curve](https://github.com/Demkeys/UnityMathExperiments/tree/master/LissajousCurve)