You are browsing as a guest. Sign up (or log in) to start making projects!

1h 52m 47s logged

devlog #2

well this is my first normal devlog, so probably i’ll describe what my project does again. experimoza turns a photo into a 10-second AI-generated force-feedback scene for a racing wheel. it uses gemini to translate the image’s mood and texture into physical wheel motion, so you can literally feel a picture through the steering wheel.
btw experimoza comes from the word “experience” yk??


i’ve switched from moza sdk and c++ to py_directinput_ffb, which is a python binding for Direct Input Force Feedback (FFB) using ctypes and comtypes by Wanjie Sun, big shoutout to him.


in the previous version gemini 3.1 flash lite was just creating json file with the description of conditions, which resulted in a looped boring ffb. now instead of creating bland and boring force feedback, it writes python code and thinks of it as a “poem” in force feedback. feels much more fun and creative to use.


i also made the ai ffb generation process reusable by turning it into a function, so i can plug it into a ui later


my next move is probably learning something about how python ui is made. like pyqt6 or sum.

1
23

Comments 0

No comments yet. Be the first!