Can I work on an online Ldraw program? - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: All Other Programs. (https://forums.ldraw.org/forum-26.html) +--- Thread: Can I work on an online Ldraw program? (/thread-28018.html) |
Can I work on an online Ldraw program? - Brickboy22 - 2024-02-04 I've recently been working on a Lego modeling web program code named "GR8BRIK". I would like to add the Ldraw parts library to it, but #1: have no permission and #2: have no know way of embedding it. The websites in Alpha/Beta and is going to use a ThreeJS based renderer, along with a simple PHP and JS instruction maker. I already got a good web layout and Login system, again, I just need a parts library. RE: Can I work on an online Ldraw program? - Willy Tschager - 2024-02-04 (2024-02-04, 14:54)Brickboy22 Wrote: #1: have no permission https://www.ldraw.org/docs-main/licenses/legal-info.html#CA You are free: to copy - distribute, display, and use the CA approved LDraw Parts Library to make derivative works to make commercial use of the CA approved LDraw Parts Library Under the following conditions: Attribution - You must give the original author credit. The LDraw Steering Committee (SteerCo) also holds an attribution to 'The LDraw Parts Library' in such Derivative Works to be sufficient in lieu of a full list of authors. For any reuse or distribution, you must make clear to others the licence terms of this library. Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. w. RE: Can I work on an online Ldraw program? - Brickboy22 - 2024-02-04 (2024-02-04, 17:13)Willy Tschager Wrote: https://www.ldraw.org/docs-main/licenses/legal-info.html#CA Thanks. Now I just need to figure out how to get the parts in the scene RE: Can I work on an online Ldraw program? - Mark Wellas - 2024-02-04 (2024-02-04, 19:16)Brickboy22 Wrote: Thanks. Now I just need to figure out how to get the parts in the scene Hey Brickboy22, Three.js has an Ldraw loader: LDrawLoader RE: Can I work on an online Ldraw program? - Brickboy22 - 2024-02-07 (2024-02-04, 21:38)Mark Wellas Wrote: Hey Brickboy22, Am I free to use it though? The creator of the LdrawLoader may not want me to use it. RE: Can I work on an online Ldraw program? - Orion Pobursky - 2024-02-07 Three.js is MIT licensed so you're free to use it as long as you follow the license. There's also buildinginstructions.js (another Three.js LDR loader) which we use here on LDraw.org and is public domain. RE: Can I work on an online Ldraw program? - Brickboy22 - 2024-03-02 (2024-02-07, 19:56)Orion Pobursky Wrote: Three.js is MIT licensed so you're free to use it as long as you follow the license. That's cool. I'll be sure to include at least part of both ThreeJS frameworks . In the mean time, I'll be working on upgrading my existing version (don't even ask, I wrote it long ago in my programming...) |