https://github.com/eschmar/canvas-animation
Various visual experiments on a 2d canvas.
https://github.com/eschmar/canvas-animation
animation canvas2d juce-framework
Last synced: 11 months ago
JSON representation
Various visual experiments on a 2d canvas.
- Host: GitHub
- URL: https://github.com/eschmar/canvas-animation
- Owner: eschmar
- Created: 2021-03-06T20:10:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T20:52:25.000Z (over 4 years ago)
- Last Synced: 2025-02-08T21:16:54.805Z (about 1 year ago)
- Topics: animation, canvas2d, juce-framework
- Language: C++
- Homepage:
- Size: 696 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Canvas Animation Experiments
https://user-images.githubusercontent.com/2345471/137802875-c386300f-4582-44eb-a5ee-a711fa45d52e.mp4
## build
```
make clean sketch_icons
cd build
cmake .. && make -j8
```
For iOS [check the corresponding guide](https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md):
```
cmake -Bbuild-ios -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=9.3 ..
```