UmbralRaptor changed the topic of #kspacademia to: https://gist.github.com/pdn4kd/164b9b85435d87afbec0c3a7e69d3e6d | Dogs are cats. Spiders are cat interferometers. | Космизм сегодня! | Document well, for tomorrow you may get mauled by a ネコバス. | <UmbralRaptor> egg|nomz|egg: generally if your eyes are dewing over, that's not the weather. | <ferram4> I shall beat my problems to death with an engineer. | We can haz pdf
<egg>
hm
<egg>
not sure mine works
e_14159 has joined #kspacademia
e_14159_ has quit [Ping timeout: 378 seconds]
egg has quit [Read error: Connection reset by peer]
UmbralRaptor has quit [Quit: Bye]
UmbralRaptop has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 190 seconds]
egg|cell|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 378 seconds]
UmbralRaptor has joined #kspacademia
UmbralRaptop has quit [Ping timeout: 378 seconds]
UmbralRaptop has joined #kspacademia
UmbralRaptor has quit [Ping timeout: 202 seconds]
egg has joined #kspacademia
<egg>
!wpn whitequark & котеньке
* galois
gives whitequark & котеньке a directed falcon with a life attachment
<kmath>
<whitequark> my first language was c++ and in retrospect it's a bit funny how it was somewhere between 10-15 years between learn… https://t.co/d2asy100B2
UmbralRaptop is now known as BalloonRaptor
BalloonRaptor has quit [Remote host closed the connection]
UmbralRaptop has joined #kspacademia
UmbralRaptop has quit [Remote host closed the connection]
<egg>
BalloonRaptor? Ꙩ_ꙩ
<_whitenotifier-cd19>
[Principia] pleroy synchronize pull request #2333: Document what we learned so far regarding Celledoni's paper - https://git.io/Jesvy
<_whitenotifier-cd19>
[Principia] eggrobin labeled pull request #2333: Document what we learned so far regarding Celledoni's paper - https://git.io/Jesvy
<_whitenotifier-cd19>
[Principia] pleroy closed pull request #2333: Document what we learned so far regarding Celledoni's paper - https://git.io/Jesvy
<_whitenotifier-cd19>
[Principia] pleroy pushed 10 commits to master [+8/-0/±23] https://git.io/JeCOo
<_whitenotifier-cd19>
[Principia] ... and 7 more commits.
Majiir has quit [Ping timeout: 202 seconds]
Snoozee has joined #kspacademia
Snoozee is now known as Majiir
<SilverFox>
so I'ma ask yall for help again, but with something different. I have a massive vision for a VR dancing game unlike any other, but we have to start with the basics. I have an idea for how to go about logging the "notes" which are just hitboxes in a set position in the world in sync with the music. If yall were to go about this, knowing there are at least 2, but optional up to 6 "notes" simultaneously that can be hit (head, left hand, right hand,
<SilverFox>
hip, left foot, right foot), how would you go about saving them to a file or logging/recording them?
<SilverFox>
So far I have just saving the Vector3 within {} on a line to line basis, with each line being a "tick" during the music, which matches up with FixedUpdate in unity
<SilverFox>
I contemplated the idea of using midi files, but it doesn't provide enough basis and modularity that i can tell, or more importantly, let me create a wrapper around each of the notes
<SilverFox>
also having them be text files as basis would allow for easy third-party applications reading and writing them
<SilverFox>
Do yall have any options that would be better or more elagant than this?