================================================================ LOGIX LABS — THIRD-PARTY OPEN SOURCE ATTRIBUTIONS logixlabsx.ai ================================================================ This website incorporates the open source software listed below. Every component is used under a permissive license that allows commercial use. No non-commercial, share-alike, or "personal use only" code or assets are used anywhere on this site. All three WebGL visuals on this site are procedural — they use no downloaded models, textures, or HDRIs — so no third-party asset licenses apply beyond the libraries themselves. ---------------------------------------------------------------- 1. three.js — WebGL rendering engine Version: 0.185.1 License: MIT Notice: Copyright (c) 2010-2026 three.js authors Source: https://github.com/mrdoob/three.js License: https://github.com/mrdoob/three.js/blob/dev/LICENSE 2. @react-three/fiber — React renderer for three.js Version: 9.7.0 License: MIT Notice: Copyright (c) Poimandres (pmndrs) Source: https://github.com/pmndrs/react-three-fiber 3. @react-three/drei — helpers for react-three-fiber Version: 10.7.7 License: MIT Notice: Copyright (c) Poimandres (pmndrs) Source: https://github.com/pmndrs/drei Used: , , , 4. three-stdlib — maintained three.js jsm modules License: MIT Notice: Copyright (c) Poimandres (pmndrs) Source: https://github.com/pmndrs/three-stdlib (transitive dependency of drei; provides AsciiEffect) 5. jsAscii — ASCII rendering algorithm The ASCII visual on this site derives from three.js's AsciiEffect, which is itself based on jsAscii. Version: 0.1 License: MIT Notice: jsAscii 0.1 - Copyright (c) 2008 Jacob Seidelin, jseidelin@nihilogic.dk, http://blog.nihilogic.dk/ Source: https://github.com/hassadee/jsascii 6. COBE — WebGL globe Version: 2.0.1 License: MIT Notice: Copyright (c) 2021 Shu Ding Source: https://github.com/shuding/cobe COBE acknowledges: Spherical Fibonacci Mapping (Keinert et al.), Inigo Quilez, github.com/vaneenige/phenomenon, github.com/evanw/glslx, and a public-domain blank world map from Wikimedia Commons. 7. GSAP — animation platform Version: 3.15.0 License: GSAP Standard "No Charge" License (proprietary, free for commercial use, no attribution required) Notice: Copyright (c) 2008-2026, GreenSock. All rights reserved. License: https://gsap.com/standard-license Note: Free for commercial use including all plugins. Not an OSI open source license. Credited here voluntarily. 8. Motion (formerly Framer Motion) Version: 12.43.0 License: MIT Notice: Copyright (c) 2024 Motion B.V. Source: https://github.com/motiondivision/motion 9. Lenis — smooth scroll Version: 1.3.25 License: MIT Notice: Copyright (c) 2024 darkroom.engineering Source: https://github.com/darkroomengineering/lenis 10. Lucide — icon set Version: 1.28.0 License: ISC Notice: Copyright (c) Lucide Contributors Source: https://github.com/lucide-icons/lucide 11. Next.js Version: 16.2.12 License: MIT Notice: Copyright (c) Vercel, Inc. Source: https://github.com/vercel/next.js 12. React Version: 19.2.4 License: MIT Notice: Copyright (c) Meta Platforms, Inc. and affiliates Source: https://github.com/facebook/react 13. Tailwind CSS Version: 4.x License: MIT Notice: Copyright (c) Tailwind Labs, Inc. Source: https://github.com/tailwindlabs/tailwindcss 14. Typefaces — Manrope, Space Grotesk, JetBrains Mono License: SIL Open Font License 1.1 Manrope: Copyright (c) Mikhail Sharanda Space Grotesk: Copyright (c) Florian Karsten JetBrains Mono: Copyright (c) JetBrains s.r.o. Source: https://fonts.google.com Note: Self-hosted at build time via next/font. No requests are made to Google by the visitor's browser. ================================================================ MIT LICENSE (applies to items 1-6 and 8-13 above) ================================================================ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================