Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattatz/unity-sketchbook
Sketching utility like Processing for Unity.
https://github.com/mattatz/unity-sketchbook
Last synced: 3 months ago
JSON representation
Sketching utility like Processing for Unity.
- Host: GitHub
- URL: https://github.com/mattatz/unity-sketchbook
- Owner: mattatz
- Created: 2016-11-26T12:09:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T13:06:23.000Z (about 8 years ago)
- Last Synced: 2024-10-04T16:25:07.871Z (4 months ago)
- Language: C#
- Homepage:
- Size: 6.47 MB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-sketchbook - Sketching utility like Processing (Sample Project)
README
unity-sketchbook
=====================Sketching utility like [Processing](https://processing.org/) for Unity.
This library makes it possible to draw some shapes easily by [GL API](https://docs.unity3d.com/ScriptReference/GL.html).
## Examples
now writing...
## Usage
now writing...
## Sources
- Processing - https://processing.org/
- nobnak/Gist GLFigure.cs - https://github.com/nobnak/Gist/blob/master/GLFigure.cs