TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Jciel on August 04, 2019, 08:15:49 PM

Title: Cathedral
Post by: Jciel on August 04, 2019, 08:15:49 PM
Hi, I am creating a set of functions for development in AutoLISP, is open to contributors
Cathedral is a collection of functions to be used in developing AutoLISP routines for AutoCAD. These functions provide new functionality for data processing in AutoLISP.

https://github.com/Jciel/cathedral (https://github.com/Jciel/cathedral)
Title: Re: Cathedral
Post by: MickD on August 05, 2019, 06:27:36 PM
Welcome to The Swamp!

thanks for the contribution, only had a quick look over but you've done a lot of work there, great job and very professional!
Title: Re: Cathedral
Post by: Jciel on August 05, 2019, 10:52:28 PM
thank you :D

the idea is to continue development,
the project is open for suggestions and contributions of course.
Title: Re: Cathedral
Post by: Jciel on August 21, 2019, 12:51:37 PM
I added some functions for blocks and for writing to Excell files. :D
Title: Re: Cathedral
Post by: roy_043 on August 23, 2019, 03:49:20 AM
@Jciel:
Reini Urban's work may be of interest. It is an older attempt to create a quite extensive library of standard AutoLisp functions.
It is about to disappear from the WWW apparently. This is the only active link I could find:
http://web.archive.org/web/20050207095335/http://xarch.tu-graz.ac.at/autocad/stdlib/
Title: Re: Cathedral
Post by: Jciel on August 23, 2019, 07:38:55 PM
wow, I did not know this initiative, for sure I will take a look to get some inspiration, thanks for the link @roy_043
Title: Re: Cathedral
Post by: Jciel on October 07, 2019, 03:51:55 PM
Added functions for read from Excel files and other functions for list manipulate. :)