Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertorii/projects
A collection of projects developed for school, personal and skill enhancement purposes. These projects are designed for PC and smartphone platforms, and feature a diverse range of programming languages and technologies.
https://github.com/cybertorii/projects
arduino cordova flutter json-database mathlab python unity3d
Last synced: about 1 month ago
JSON representation
A collection of projects developed for school, personal and skill enhancement purposes. These projects are designed for PC and smartphone platforms, and feature a diverse range of programming languages and technologies.
- Host: GitHub
- URL: https://github.com/cybertorii/projects
- Owner: CyberTorii
- Created: 2024-05-12T12:16:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T20:31:44.000Z (about 2 months ago)
- Last Synced: 2024-09-26T16:03:30.177Z (about 2 months ago)
- Topics: arduino, cordova, flutter, json-database, mathlab, python, unity3d
- Language: C++
- Homepage:
- Size: 28.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projects
## Summary
- [Textile Packshot Image Creator](Textile%20Packshot%20Image%20Creator/README.md)
- [PLC Performance Calculator](PLC%20Performance%20Calculator/README.md)
- [Shadow Garden](Shadow%20Garden/README.md)
- [Pill Dispenser](Pill%20Dispenser/README.md)
- [My Game Companion](My%20Game%20Companion/README.md)
- [WebImagesDownloader](WebImagesDownloader/README.md)
- [Color Back](Color%20Back/README.md)
- [LaplacianEdgeDetection](LaplacianEdgeDetection/README.md)
- [Skill Tree](skill_tree/README.md)# Other Projects
## Laser Lyre - October 2023
> **Challenge**: Create a connected, digital musical instrument.Discover the Laser Lyre, a project merging music and technology. Your smartphone transforms into a speaker, while the app lets you visualize the music spectrum, and control the sound of notes.
The design of the Laser Lyre was created using CAD software and then, 3D printed. The lyre is connected to a smartphone via an Arduino Bluetooth module. The traditional strings of the lyre have been replaced by lasers. This not only adds a modern touch to the instrument but also enhances the musical experience by providing a unique way to play the instrument.
`New update - October 2023:`
- Change the sounds of the notes using the application, as well as the lyre ;
- Play example songs using the application.
> #Unity, #IoT (Arduino), #CAD
## Message for Myself - November 2022
> **Challenge**: Development of a mobile mood monitoring application.Message for Myself is a diary in the form of a messaging application. You can send messages and choose the mood of this message. Once sent, your messages are saved.
Each time you open the application again the conversation field is reset. Nevertheless, if one day you want to remember events or feelings from your past, you can ask (by pressing a button) to receive a old message from yourself by choosing again the mood of the message.The application is developed on Unity 3D for smartphone. It is also developed on python in a more advanced version, using `Kivy`, `matplotlib` and `google firebase api`, so you can:
- Receive messages from anyone ;
- You can also track your daily mood using a graph.
> #Unity, #Python, #Kivy, #Matplotlib, #Firebase API