Browse Search Popular Register Upload Rules User list Login:
Search:
dynamic arrays in algodoo!

Image:
screenshot of the scene

Author: mohamed159357

Group: Default

Filesize: 101.18 kB

Date added: 2021-10-08

Rating: 5.6

Downloads: 286

Views: 149

Comments: 7

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

description in the scene
Last edited at 2021/10/09 20:14:55 by mohamed159357
Please log in to rate this scene
edit
Similar scenes
Title: Toggling dynamic of layer lost glue-attribute.
Rating: 5
Filesize: 10.66 kB
Downloads: 182
Comments: 0
Ratings: 1
Date added: 2013/02/07 16:55:27
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Dynamic Core Destruction x Multiply or Release - Box
Rating: 5.625
Filesize: 148.52 kB
Downloads: 8328
Comments: 0
Ratings: 2
Date added: 2021/12/24 13:08:58
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Realistic Tires (ABS works on these)
Rating: 5.625
Filesize: 18.76 kB
Downloads: 1442
Comments: 4
Ratings: 2
Date added: 2017/03/15 23:37:52
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Dynamic Systems Phun Edition
Rating: 5
Filesize: 81.73 kB
Downloads: 595
Comments: 2
Ratings: 1
Date added: 2012/06/06 13:29:36
Made with: Phun
Rating: rated 5
download
Title: Shooting Range 2 (Algodoo Version)
Rating: 6
Filesize: 3.77 MB
Downloads: 2443
Comments: 6
Ratings: 5
Date added: 2011/09/07 06:28:38
Made with: Algodoo before v1.8.5
Rating: rated 6
download
Title: 2-Stroke V6 3.7L Drag Racer CAN-9341
Rating: 5
Filesize: 471.06 kB
Downloads: 565
Comments: 0
Ratings: 1
Date added: 2014/08/20 02:07:44
Made with: Algodoo v2.1.0
Rating: rated 5
download
Wow, there's a lot of "meat" here to chew on! I have my own favorite ways to write to arrays (single and multi-dimension) but if yours are faster and/or more efficient, I just might end up adopting them.

Thanks much! :tup:
Last edited at 2021/10/09 00:05:58 by Xray
You might be interested in Array Functions.
@Xray, it's advantage over the "array replacement" methods is when you have a huge array and you only need to access it once each "step", this is done instantly (and this works no matter how big it is), but if you access it multiple times this naturally will affect your FPS (but it has nothing to do with the size of the array)
@s_nooan
Wow! thanks a lot for sharing:)
I was looking for these functions everywhere, but your scene has more than I even hoped to find, I really appreciate the effort it must have taken … truly amazing work !!
I personally made some snippets in a text editor called "Sublime Text" to make coding with thyme easier, but even with that making the code work was so frustrating.
Thanks. Good work on this scene. I like the overall layout, straightforward explanations, extensive code comments, ability to handle multi-dimensional arrays, and circular indexing.

You may want to adjust the unilateral phase detractors.

I use Notepad++ for editing. I googled "sublime text" and see that it is similar to Notepad++ but is more popular than Notepad++.

You probably know this, but for people who don't, you can save Algodoo objects and paste them into a text editor. You can also save an Algodoo scene as a .phn file and then open it in a text editor.
Last edited at 2021/10/10 13:29:24 by s_noonan
Thanks for spotting that mistake :3
just fixed it
I've been using Notepad++ for many years because it has a lot of nice features for programmers.