Page 1 of 1

Community/DPE on Github

Posted: Sat Nov 20, 2021 1:18 pm
by xTalkProgrammer
What's the difference between OpenXTalk-org/OpenXtalk-IDE-DontPanicEdition and OpenXTalk-org/OpenXtalk-Community-DPE? I've found those at https://github.com/PaulMcClernan/.

Re: Community/DPE on Github

Posted: Sun Nov 21, 2021 4:30 am
by OpenXTalkPaul
xTalkProgrammer wrote: Sat Nov 20, 2021 1:18 pm What's the difference between OpenXTalk-org/OpenXtalk-IDE-DontPanicEdition and OpenXTalk-org/OpenXtalk-Community-DPE? I've found those at https://github.com/PaulMcClernan/.
use this URL, the other one should redirect you to this repo URL:
https://github.com/OpenXTalk-org/

OpenXtalk-IDE-DontPanicEdition is a repo of the IDE, it's being turned into a mirror of a merged three-platform copy of the IDE as installed, plus OXT modifications to scripts, stacks, images, etc. Maye along with a few expoerimental stacks.

While OpenXtalk-Community-DPE is where the actual engine(s) C++ source code is, along with utils for various things such as building the Dictionary and docs files as API SQL DB + HTML/JS/CSS version.

Re: Community/DPE on Github

Posted: Fri Nov 26, 2021 9:37 am
by xTalkProgrammer
Do you mean OpenXtalk-IDE-DontPanicEdition contains the IDE only and OpenXtalk-Community-DPE includes the source code of the engines? I'm not asking about what it will be one day. I'm asking what is the difference right now.

Re: Community/DPE on Github

Posted: Fri Nov 26, 2021 12:22 pm
by xAction
It's pretty obvious from looking at the git repositories.
There's no source code in OpenXtalk-IDE-DontPanicEdition

Re: Community/DPE on Github

Posted: Sun Nov 28, 2021 2:35 am
by xTalkProgrammer
xAction wrote: Fri Nov 26, 2021 12:22 pm It's pretty obvious from looking at the git repositories.
There's no source code in OpenXtalk-IDE-DontPanicEdition
I didn't ask only whether there is no source code in OpenXtalk-IDE-DontPanicEdition.

Re: Community/DPE on Github

Posted: Sun Nov 28, 2021 3:16 am
by xAction
Do you mean OpenXtalk-IDE-DontPanicEdition contains the IDE only
and OpenXtalk-Community-DPE includes the source code of the engines?
I'm not asking about what it will be one day. I'm asking what is the difference right now.
If there is no sourcecode in one repository, but there is source code in the other then your question about source code is answered.

A) no release of a rebranded IDE has been announced
B) neither repository indicates a released IDE
Releases.png
Releases.png (3.16 KiB) Viewed 9244 times

Re: Community/DPE on Github

Posted: Sun Nov 28, 2021 4:48 pm
by OpenXTalkPaul
xTalkProgrammer wrote: Fri Nov 26, 2021 9:37 am Do you mean OpenXtalk-IDE-DontPanicEdition contains the IDE only and OpenXtalk-Community-DPE includes the source code of the engines? I'm not asking about what it will be one day. I'm asking what is the difference right now.
Correct, just as it was with LCC, the whole thing is split into several repos, the two main repos being the IDE (“code” there is mostly Script and Stacks), and the Engines Repo (code there is mostly C++ but also some (outdated) building utilities as Scripts/Python Gyp and such. The Engines Repo also has a submodule pointer that points to a “Prebuilt Binaries”.

Since we’ve actively changing the directory structure and files in the IDE repo and added files from Mac,Win,Linux platforms installs, it already doesn’t match the LCC IDE repo, so I figured that is important to mention. It’s pretty much already “become” that (as opposed to “will be in the future”).