Devlogs
Solo gamedev unlocks all CPU cores to make a silly dance game
Posted August 19, 2023 by pengindoramu
#rhythm #dance #arcade #pose estimation #machine learning #ml
Amazing Dance Star is back on the menu baby!
- I'm still working on Amazing Dance Star. One huge thing I have been dealing with is trying to get 30fps WITH pose estimation. I honestly thought I couldn't make it until I broke through with Blosc, so I've been quiet for a while. I hate talking big game without backing it up, even if it means that costs me growth/visibility. Why this is important is that if I hit 30 fps then I figured out how to get rid of the lag when pose estimating, which was REALLY ANNOYING IMO. What FastCVApp means is that I made a generic tool that other people can use, and that I can then rebuild the old Amazing Dance Star features on top of it quickly. ETA? Most likely 2 months max unless something bad happens again.
- What would a re-remake include?
- old features:
- I need to steal old code from my past self for pose estimation comparison,
- get the youtube link and thumbnail
- camera switching
- new planned features:
- using a database to store videos instead of loading them as a stream, this is good since internet quality is not guaranteed AND it lowers your bandwidth if you do have caps/data limits
- Cheers,
- Pengindoramu