discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

BOSL2 library move

RD
Revar Desmera
Mon, May 22, 2023 6:56 AM

Just a heads-up...

The BOSL2 library which used to be hosted at:
https://github.com/revarbat/BOSL2/

Has been moved under the banner of the new BelfrySCAD organization at:
https://github.com/BelfrySCAD/BOSL2/

All links to the old location and repository should be transparently redirected to the new location, but please update your links.

This move will allow us to more cleanly manage sub-repositories that are related to BOSL2, and ensure proper continuity if I randomly get run over by a mack truck or something.

The library is still in incomplete Beta state, but it's getting measurably closer to full release.  It just takes a while to review 32000 lines of documentation.

  • Revar
Just a heads-up... The BOSL2 library which used to be hosted at: https://github.com/revarbat/BOSL2/ Has been moved under the banner of the new BelfrySCAD organization at: https://github.com/BelfrySCAD/BOSL2/ All links to the old location and repository should be transparently redirected to the new location, but please update your links. This move will allow us to more cleanly manage sub-repositories that are related to BOSL2, and ensure proper continuity if I randomly get run over by a mack truck or something. The library is still in incomplete Beta state, but it's getting measurably closer to full release. It just takes a while to review 32000 lines of documentation. - Revar
GH
Guillaume Helle
Fri, May 26, 2023 1:14 PM

Hello,

i have coordinates (AirFoils) in a text file and i want read it with
OpenScad...

Do you know a library for that?

Thx for your help!

Best regards

Guillaume

--
Cet e-mail a été vérifié par le logiciel antivirus d'Avast.
www.avast.com

Hello, i have coordinates (AirFoils) in a text file and i want read it with OpenScad... Do you know a library for that? Thx for your help! Best regards Guillaume -- Cet e-mail a été vérifié par le logiciel antivirus d'Avast. www.avast.com
TP
Torsten Paul
Fri, May 26, 2023 1:48 PM

On 26.05.23 15:14, Guillaume Helle wrote:

i have coordinates (AirFoils) in a text file and i want read it with OpenScad...

There is no generic file reading.

I see 2 options:

  1. format the file to be compatible with OpenSCAD syntax and include<> that

  2. Use JSON and import that with the development snapshot version of OpenSCAD

ciao,
Torsten.

On 26.05.23 15:14, Guillaume Helle wrote: > i have coordinates (AirFoils) in a text file and i want read it with OpenScad... There is no generic file reading. I see 2 options: 1) format the file to be compatible with OpenSCAD syntax and include<> that 2) Use JSON and import that with the development snapshot version of OpenSCAD ciao, Torsten.