Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/demkeys/unitymathexperiments
- Owner: Demkeys
- Created: 2019-02-08T07:27:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T22:57:03.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T17:48:36.482Z (3 months ago)
- Topics: c-sharp, creative-coding, curve, game-development, lissajous, lissajous-curve, math, mathematics, unity-scripts, unity3d
- Language: C#
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)