Compare commits
44 Commits
develop
...
workflow-t
Author | SHA1 | Date | |
---|---|---|---|
5f27a57336 | |||
93a1c77112 | |||
7e9951bb3c | |||
2b811254ab | |||
4b64c33ee3 | |||
7d0d68c53a | |||
276c0459db | |||
dead6db255 | |||
3be60ffb51 | |||
6eba7c107a | |||
0066706cf4 | |||
7ab451052c | |||
9ae029cedb | |||
cfa663f791 | |||
9ff57b435a | |||
8ac51fce2d | |||
d8ee028531 | |||
6f31c9f75e | |||
097c60789b | |||
e255a1706b | |||
6abf9449b9 | |||
2b89f1bc4c | |||
e28b2558fb | |||
f6a178bbb1 | |||
624bc8cb49 | |||
032f7469b8 | |||
7a90e49792 | |||
03fc65e043 | |||
583dba0eac | |||
3e9ca97f1d | |||
27f7171aa3 | |||
f4432a274d | |||
794aa4b560 | |||
5012b386ed | |||
43b1d6e9bd | |||
3d91b24e6e | |||
b6c1e94ff8 | |||
51372c0470 | |||
62c2212a3c | |||
dc858db40a | |||
c7eaeea425 | |||
3a4564a190 | |||
aa77b25af1 | |||
d867b63415 |
35
README.md
35
README.md
@ -11,18 +11,30 @@
|
|||||||
<!-- Description -->
|
<!-- Description -->
|
||||||
Animated 4x4x4 LED cube
|
Animated 4x4x4 LED cube
|
||||||
|
|
||||||
<!-- Repo badges -->
|
|
||||||
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/AnimatedCube/tags&query=$[0].name)](https://git.zakscode.com/ztimson/AnimatedCube/tags)
|
|
||||||
[![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/AnimatedCube&query=open_pr_counter)](https://git.zakscode.com/ztimson/AnimatedCube/pulls)
|
|
||||||
|
|
||||||
|
<!-- Repo badges -->
|
||||||
|
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/animated-cube/tags&query=$[0].name)](https://git.zakscode.com/ztimson/animated-cube/tags)
|
||||||
|
[![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/animated-cube&query=open_pr_counter)](https://git.zakscode.com/ztimson/animated-cube/pulls)
|
||||||
|
[![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/animated-cube&query=open_issues_count)](https://git.zakscode.com/ztimson/animated-cube/issues)
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
|
||||||
|
---
|
||||||
|
<div>
|
||||||
|
<a href="https://git.zakscode.com/ztimson/animated-cube/releases" target="_blank">Release Notes</a>
|
||||||
|
• <a href="https://git.zakscode.com/ztimson/animated-cube/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
|
||||||
|
• <a href="https://git.zakscode.com/ztimson/animated-cube/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [Animated Cube](#top)
|
- [Animated Cube](#top)
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Built With](#built-with)
|
- [Demo](#demo)
|
||||||
- [Demo](#demo)
|
- [Built With](#built-with)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
@ -37,15 +49,16 @@ This repo contains code for running a 4x4x4 (64 total) LED cube. It uses [multip
|
|||||||
|
|
||||||
Animations are run using an [Arduino Nano](https://store.arduino.cc/products/arduino-nano).
|
Animations are run using an [Arduino Nano](https://store.arduino.cc/products/arduino-nano).
|
||||||
|
|
||||||
### Built With
|
### Demo
|
||||||
[![Arduino](https://img.shields.io/badge/Arduino-00878F?style=for-the-badge&logo=arduino&logoColor=white)](https://www.arduino.cc/)
|
|
||||||
[![C++](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=cplusplus)](https://cplusplus.com/)
|
|
||||||
|
|
||||||
## Demo
|
|
||||||
Video of what it looks like: https://www.youtube.com/watch?v=4pzxR-ZhbJA
|
Video of what it looks like: https://www.youtube.com/watch?v=4pzxR-ZhbJA
|
||||||
|
|
||||||
<ins>**Disclaimer:** I did not create the video but it is made using the same idea</ins>
|
<ins>**Disclaimer:** I did not create the video but it is made using the same idea</ins>
|
||||||
|
|
||||||
|
### Built With
|
||||||
|
[![Arduino](https://img.shields.io/badge/Arduino-00878F?style=for-the-badge&logo=arduino&logoColor=white)](https://www.arduino.cc/)
|
||||||
|
[![C++](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=cplusplus)](https://cplusplus.com/)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user