RapCAD dynamic arrays.

Just a short post this month. I just wanted to give an example of dynamic arrays which are available in RapCAD version 0.4.0. The screenshot shows what I came up with. Not very exciting, but hoping that this will help William Adams to realise some ideas that he has had regarding this. The thing that makes dynamic arrays work is the concatenation operator ~ and the append operator ~=. The operators were influenced by thier counterparts in the d programming language. On another note I have been talking again with Marius who has been looking at the RapCAD back-end code, he seems quite interested in collaborating on a shared back-end library. At this stage he is working to get his visitor branch into OpenSCAD master. When this is done and stable we would like to put some of RapCAD’s features such as this one into OpenSCAD.


Version 0.4.0 is available this month and supports Dynamic Arrays. See the Download Page for details.

Advertisement

5 thoughts on “RapCAD dynamic arrays.”

  1. Well, of course I think this is awesome! I can only hope to show how truly useful this is. Between dynamic arrays, functions with bodies, and variables, that vary, RapCAD is addressing the most significant constraints I have had in trying to utilize OpenScad.

  2. A common back-end would be awesome!! I am a huge fan of the improvements you are making in the language/back-end, but I like the simplicity of the openscad UI (i.e. being able to use an external editor with openscad auto-recompile).

  3. I know what you mean. I could add external editor support via an auto-recompile feature. However RapCAD is intended to be an Integrated Development Environment.

  4. I was able to use my connectors without any pain. A single file, with simple stuff, no includes, etc.

    The RapCAD IDE is fine for me. If the multi-file support works as you intend, it will be more awesome. right now it’s a bit of a challenge, although no worse than OpenScad.

    Personally, if you went the path of just improving the CSG functions, and skipped the GCode thing, that would be fine. GCode is highly specific to a machine, and does me no good on my Up! for example.

  5. Multi-file support should be working better now in 0.4.0 can you tell me a bit more detail about any problems you are having?

    I get your point about the GCode not being suitable for other printers, but at the end of the day my main motivation for all this is to be able to print stuff on my RepRap.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s