Author Topic: This section needs a sticky  (Read 1488 times)

0 Members and 1 Guest are viewing this topic.

keithsCADservices

  • Newt
  • Posts: 45
This section needs a sticky
« on: December 19, 2023, 11:54:57 PM »
I just browsed the forum since I haven't been here in a while to see if there's anything new... and sure enough...

It would be nice if there was a sticky explaining the scope of the project/API.

xdcad

  • Swamp Rat
  • Posts: 514
Re: This section needs a sticky
« Reply #1 on: December 20, 2023, 12:47:57 AM »
I just browsed the forum since I haven't been here in a while to see if there's anything new... and sure enough...

It would be nice if there was a sticky explaining the scope of the project/API.

Thank you, I don’t have administrative rights yet
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2153
  • class keyThumper<T>:ILazy<T>
Re: This section needs a sticky
« Reply #2 on: December 20, 2023, 02:00:28 AM »

xdcad

I have told you that I will make a post ( or posts ) sticky for you, you just need to make the post and then ask.

I don't believe you can have admistrative rights, as John has mentioned to you.


 
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

xdcad

  • Swamp Rat
  • Posts: 514
Re: This section needs a sticky
« Reply #3 on: December 20, 2023, 02:06:20 AM »

xdcad

I have told you that I will make a post ( or posts ) sticky for you, you just need to make the post and then ask.

I don't believe you can have admistrative rights, as John has mentioned to you.

Mainly to specify the content to post, I can edit it at any time

I post a post and you pin it to the top for me. Is that okay?
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2153
  • class keyThumper<T>:ILazy<T>
Re: This section needs a sticky
« Reply #4 on: December 20, 2023, 02:09:22 AM »
For the third time, yes.

Just let me know.

Please keep in mind that this web site is meant for peer to peer support.

Advertising and solicitation is not permitted.
« Last Edit: December 20, 2023, 02:12:25 AM by kdub_nz »
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

xdcad

  • Swamp Rat
  • Posts: 514
Re: This section needs a sticky
« Reply #5 on: December 20, 2023, 02:18:18 AM »
For the third time, yes.

Just let me know.

Please keep in mind that this web site is meant for peer to peer support.

Advertising and solicitation is not permitted.

yes,

http://www.theswamp.org/index.php?topic=58936.0

Help me pin the above post to the top,

thanks
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2153
  • class keyThumper<T>:ILazy<T>
« Last Edit: December 20, 2023, 03:20:18 PM by kdub_nz »
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.


keithsCADservices

  • Newt
  • Posts: 45
Re: This section needs a sticky
« Reply #8 on: December 20, 2023, 08:29:11 PM »
Quote
For the third time, yes.

When working on such an intensive project you can lose track of other activities. I'm working on a rather big LISP project at this time and needless to say, things like housework, exercise, meal prep... are all falling behind ;-)

I'm curious what this API is. I had a quick browse my last visit but couldn't figure it out. It's LISP on the front but something else in the back end? It looks really really good!!

Will it work with AutoCAD Full only?

xdcad

  • Swamp Rat
  • Posts: 514
Re: This section needs a sticky
« Reply #9 on: December 20, 2023, 10:26:57 PM »
Quote
For the third time, yes.

When working on such an intensive project you can lose track of other activities. I'm working on a rather big LISP project at this time and needless to say, things like housework, exercise, meal prep... are all falling behind ;-)

I'm curious what this API is. I had a quick browse my last visit but couldn't figure it out. It's LISP on the front but something else in the back end? It looks really really good!!

Will it work with AutoCAD Full only?

Thank you, the front end is written in LISP for specific applications.
The backend uses ARX to write basic functions for the front-end LISP to call.
Get the most out of both languages
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

keithsCADservices

  • Newt
  • Posts: 45
Re: This section needs a sticky
« Reply #10 on: December 20, 2023, 11:26:35 PM »
Thank you, the front end is written in LISP for specific applications.
The backend uses ARX to write basic functions for the front-end LISP to call.
Get the most out of both languages

That sounds pretty amazing! So amazing that it could revive AutoLISP.
I'm guessing it won't work in AutoCAD LT, but... could be ported to other CAD's quite easily if it hasn't already?

Either way it looks really cool! And the pace of development is quite astounding as well!!