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

2h 2m 51s logged

Devlog 1

I wanted to make something a bit more unusual, so I decided to create a “calculator” using my wheelbase.

How it works

Currently, you need to input the equation through the terminal. The result is then outputted in binary, which the wheelbase communicates through its movements: steering left represents 0 and steering right represents 1. My goal is to make it so you are able to input the numbers using the wheel itself. Why? I have absolutely no idea.

How it works (the code)

I am using the sdl2 library to control the force feedback of the wheelbase. As of now, I’ve created two functions, left and right, which are executed based on the binary digits of the equation’s result.

0
3

Comments 0

No comments yet. Be the first!