SyntaxBomb - Indie Coders

General Category => Worklogs => Topic started by: RemiD on December 03, 2020, 10:37:53

Title: code with words (on smartphone) to blitz3d (on laptop) to arduino (on laptop)
Post by: RemiD on December 03, 2020, 10:37:53
hi! :)

this is the winter months again where i live, so i am back at coding again ! ;D

however i am not interested in making video games anymore... too time consuming, no real world use.

but for a few years i have been learning and playing with arduino, and since the syntax of the code is sometimes weird, i have found it is easier for me to write the logic in english words / sentences (on my smartphone), make sure it makes sense, then convert this logic to blitz3d code (on my laptop), make sure it works well, then finally convert the logic to arduino code (on my laptop).

however, it is necessary to have a little understanding of what is possible or not with arduino, in order to write the code in a certain way.

i am going to post a few examples here, from time to time.
Title: Re: code with words (on smartphone) to blitz3d (on laptop) to arduino (on laptop)
Post by: 3DzForMe on December 05, 2020, 05:56:07
Quotebut for a few years i have been learning and playing with arduino, and since the syntax of the code is sometimes weird, i have found it is easier for me to write the logic in english words / sentences (on my smartphone), make sure it makes sense, then convert this logic to blitz3d code (on my laptop), make sure it works well, then finally convert the logic to arduino code (on my laptop).

I'm intrigued about the interim step of using B3D prior to arduino.  I take it arduino natively supports B3D output?

And oh yeah, winters come here already..... Sparrows in the hedge at the front of the house:
Title: Re: code with words (on smartphone) to blitz3d (on laptop) to arduino (on laptop)
Post by: paul on December 05, 2020, 08:13:48
Why not use the awesome Processing?

https://processing.org/
Title: Re: code with words (on smartphone) to blitz3d (on laptop) to arduino (on laptop)
Post by: RemiD on December 05, 2020, 20:00:45
no this is just to prepare / refine the logic, to make sure it works correctly.
code with words (in a a text editor) -> blitz3d code -> arduino code

and it is also for fun, by curiosity, how to convert what i imagine in a 3d virtual world (blitz3d) into a real device / behavior / effect in the physical world. (electronic device)