osci-render/README.md

22 wiersze
1.0 KiB
Markdown
Czysty Zwykły widok Historia

2020-02-11 22:27:16 +00:00
# osci-render
2020-01-22 23:33:22 +00:00
2020-01-30 23:04:22 +00:00
Project for drawing lines on an oscilloscope using audio output.
2020-01-22 23:33:22 +00:00
2020-02-11 22:27:16 +00:00
This allows for 3D rendering of any generic object (.obj file)
2020-02-11 22:28:00 +00:00
2020-04-19 21:59:17 +00:00
I will continue adding extra fuctionality, such as outputting another audio channel to control the intensity of the beam for lines drawn further away, and improving the drawing algorithm and quality. I also want to look into whether it is possible to tune the audio output to a specific note and transpose from there so I can start to make music.
2020-02-16 17:52:28 +00:00
2020-02-12 09:39:09 +00:00
Lots of this code was built as part of a 24hr hackathon: IC Hack 20. The original repository can be found here: https://github.com/wdhg/ICHack20
2020-05-08 19:43:19 +00:00
Video demonstration can be found here: https://www.youtube.com/watch?v=oEX0mnv6PLM
2020-06-23 20:06:09 +00:00
2020-09-27 12:37:54 +00:00
## Libraries
- [XT-Audio](https://sjoerdvankreel.github.io/xt-audio/)
- [JGraphT](https://jgrapht.org/)
- [JUnit 4](https://junit.org/junit4/)
- [java-data-front](https://github.com/mokiat/java-data-front)
2020-06-23 20:06:09 +00:00
## Special Thanks
Team Members: James Ball, William Grant, Jessica Lally, Noor Sawhney, and Andy Wang