Author Topic: Cathedral  (Read 2850 times)

0 Members and 1 Guest are viewing this topic.

Jciel

  • Guest
Cathedral
« 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

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: Cathedral
« Reply #1 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!
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

Jciel

  • Guest
Re: Cathedral
« Reply #2 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.

Jciel

  • Guest
Re: Cathedral
« Reply #3 on: August 21, 2019, 12:51:37 PM »
I added some functions for blocks and for writing to Excell files. :D

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Cathedral
« Reply #4 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/

Jciel

  • Guest
Re: Cathedral
« Reply #5 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

Jciel

  • Guest
Re: Cathedral
« Reply #6 on: October 07, 2019, 03:51:55 PM »
Added functions for read from Excel files and other functions for list manipulate. :)