-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D character generation DreamGaussian live rigging saved scenes etc. #17
base: main
Are you sure you want to change the base?
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f84df93 - Browse repository at this point
Copy the full SHA f84df93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e28b52 - Browse repository at this point
Copy the full SHA 0e28b52View commit details -
add GlobalConfig, load config from Assets/config.json if it exists, e…
…lse load from environment
Configuration menu - View commit details
-
Copy full SHA for 4d789f8 - Browse repository at this point
Copy the full SHA 4d789f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec41f2 - Browse repository at this point
Copy the full SHA 1ec41f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5449d06 - Browse repository at this point
Copy the full SHA 5449d06View commit details -
change exec order of WholeThingManager, so we load singleton config b…
…efore all other scripts
Configuration menu - View commit details
-
Copy full SHA for ee419f9 - Browse repository at this point
Copy the full SHA ee419f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0feb5 - Browse repository at this point
Copy the full SHA 8f0feb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b684f9 - Browse repository at this point
Copy the full SHA 7b684f9View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7df343a - Browse repository at this point
Copy the full SHA 7df343aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd08d44 - Browse repository at this point
Copy the full SHA fd08d44View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a0ac03 - Browse repository at this point
Copy the full SHA 5a0ac03View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f83b295 - Browse repository at this point
Copy the full SHA f83b295View commit details -
add AiHead generator and rigger scripts
add test case to generation server
Configuration menu - View commit details
-
Copy full SHA for da210f4 - Browse repository at this point
Copy the full SHA da210f4View commit details
Commits on Nov 9, 2023
-
* refactor WholeThingManager RunScene to be functional and with no global variables in the create/play scenes logic * add load/save methods to rickandmorty scene * create AIArt class which contains dimension/character details * refactor AiArtDimensionController to accept AiDimension * refactor AiArtCharacterController to accept AiCharacter * refactor ReplicateAPI to return AIArt class
Configuration menu - View commit details
-
Copy full SHA for 100ce0a - Browse repository at this point
Copy the full SHA 100ce0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e996b - Browse repository at this point
Copy the full SHA b7e996bView commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d324615 - Browse repository at this point
Copy the full SHA d324615View commit details -
main loop refactor working reliably
* log iterations * testing topic selection locally - cycle through test topics list
Configuration menu - View commit details
-
Copy full SHA for 4428093 - Browse repository at this point
Copy the full SHA 4428093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4431164 - Browse repository at this point
Copy the full SHA 4431164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0844dc1 - Browse repository at this point
Copy the full SHA 0844dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ec685 - Browse repository at this point
Copy the full SHA a3ec685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2dc69 - Browse repository at this point
Copy the full SHA 4c2dc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54aadc9 - Browse repository at this point
Copy the full SHA 54aadc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109bc39 - Browse repository at this point
Copy the full SHA 109bc39View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa95bf3 - Browse repository at this point
Copy the full SHA aa95bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f99941 - Browse repository at this point
Copy the full SHA 6f99941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251d336 - Browse repository at this point
Copy the full SHA 251d336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0360df9 - Browse repository at this point
Copy the full SHA 0360df9View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 529c4e6 - Browse repository at this point
Copy the full SHA 529c4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fb5a6 - Browse repository at this point
Copy the full SHA a5fb5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b0aab - Browse repository at this point
Copy the full SHA a1b0aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7685c1a - Browse repository at this point
Copy the full SHA 7685c1aView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5397f1 - Browse repository at this point
Copy the full SHA a5397f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6770bd - Browse repository at this point
Copy the full SHA e6770bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fe62b - Browse repository at this point
Copy the full SHA 32fe62bView commit details -
character voting chamber + UI refactors
- [x] Refactor the voting process into separate functions - [x] RunTopicVote - [x] RunCharacterVote - [x] Transition between scenes - [x] Refactor UI - [x] Show voting scene w/ custom timeout - [x] Test the voting. - [x] Run topic vote, render topics. - [x] Run character vote, render characters. - [x] Properly reset the scene - [x] Change the virtual cameras - [x] Warp rick and morty to dimension - [x] Do it all “sync” so we setup before - [x] Refactor the UI stuff for an episdoode (title, subtitle) into separate place - [x] Refactor the common UI elements (green shit) into a place - [x] Rewrite voting logic so it can count votes from youtube according to “Char:1234” - [x] Test “character voting” - [x] Play the character voting chamber - [x] Then count votes for that character - [x] Then play the scene, and you can have the character be changed by the vote outcome
Configuration menu - View commit details
-
Copy full SHA for ccac88d - Browse repository at this point
Copy the full SHA ccac88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b4d63 - Browse repository at this point
Copy the full SHA 78b4d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5622a - Browse repository at this point
Copy the full SHA 5b5622aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b11bba7 - Browse repository at this point
Copy the full SHA b11bba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3688b55 - Browse repository at this point
Copy the full SHA 3688b55View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 408cd38 - Browse repository at this point
Copy the full SHA 408cd38View commit details
Commits on Dec 4, 2023
-
- [x] Reset the location of character3d to the star wars cantina - [x] Add the youtube voting into the mix - [x] Refactor the head3d to be even more robust - [x] Copy-save all of the 3d assets to the scenes dir upon generation - [x] Save the character gen details once the scene is finished generating - [x] Refactor the camera angle generation into own function
Configuration menu - View commit details
-
Copy full SHA for 8e645da - Browse repository at this point
Copy the full SHA 8e645daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0989ea - Browse repository at this point
Copy the full SHA c0989eaView commit details -
- [x] Fix the scenes add camera instructions
- [x] Reuse character if we have one - [x] Load the characters from the scene files. Oops no we want the voted ones - [x] Save the votes to a json file - [x] Load votes from the json file, build dictionary of 3d characters
Configuration menu - View commit details
-
Copy full SHA for c3f0218 - Browse repository at this point
Copy the full SHA c3f0218View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b251d5e - Browse repository at this point
Copy the full SHA b251d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c8d9c - Browse repository at this point
Copy the full SHA 24c8d9cView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 600a518 - Browse repository at this point
Copy the full SHA 600a518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e425ca - Browse repository at this point
Copy the full SHA 6e425caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4239c6a - Browse repository at this point
Copy the full SHA 4239c6aView commit details -
* add audience ratings bar aka THE BULLET METER
* modify youtube chat to accept ratings this includes commented code for different approaches: - events - async routine - and eventually the working one, using coroutines
Configuration menu - View commit details
-
Copy full SHA for 998cb68 - Browse repository at this point
Copy the full SHA 998cb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87217d - Browse repository at this point
Copy the full SHA d87217dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b294a00 - Browse repository at this point
Copy the full SHA b294a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb09fe8 - Browse repository at this point
Copy the full SHA fb09fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a65fc1 - Browse repository at this point
Copy the full SHA 6a65fc1View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3eb7eb7 - Browse repository at this point
Copy the full SHA 3eb7eb7View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb4beec - Browse repository at this point
Copy the full SHA cb4beecView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b362b4b - Browse repository at this point
Copy the full SHA b362b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c6694 - Browse repository at this point
Copy the full SHA 31c6694View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8bce67 - Browse repository at this point
Copy the full SHA f8bce67View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3cefe3 - Browse repository at this point
Copy the full SHA d3cefe3View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54c0546 - Browse repository at this point
Copy the full SHA 54c0546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6a58d - Browse repository at this point
Copy the full SHA 7e6a58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c7535 - Browse repository at this point
Copy the full SHA 11c7535View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 780ebe3 - Browse repository at this point
Copy the full SHA 780ebe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19c1e7 - Browse repository at this point
Copy the full SHA e19c1e7View commit details