Github Top Repositories
Photo
🎯 alibaba/open-code-review landed on trending. Worth a proper look.
🔗 https://github.com/alibaba/open-code-review
📝 Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
──────────────────────────────
The alibaba/open-code-review GitHub repository offers an AI-powered code review CLI tool, originating from Alibaba Group's internal AI code review assistant. It reads Git diffs, sends changed files to a configurable LLM via an agent, and generates structured review comments. The tool achieves higher precision and F1 scores compared to general-purpose agents, while consuming fewer tokens.
Key features include:
*
*
* Support for multiple platforms, including Windows, macOS, and Linux
* Integration with various agents, such as Claude Code, Codex, and Cursor
To use Open Code Review, simply configure a model endpoint and install the CLI tool using
The core design combines deterministic engineering with an agent, ensuring precise file selection, smart file bundling, and fine-grained rule matching. The tool also provides a range of features, including review rules customization, configuration options, and integration with CI/CD pipelines.
In summary, Open Code Review is a powerful tool that helps teams improve their code quality and reduce errors. With its high precision and flexibility, it's an essential tool for any development team - automate your code reviews and take your development to the next level.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/alibaba/open-code-review
📝 Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
──────────────────────────────
The alibaba/open-code-review GitHub repository offers an AI-powered code review CLI tool, originating from Alibaba Group's internal AI code review assistant. It reads Git diffs, sends changed files to a configurable LLM via an agent, and generates structured review comments. The tool achieves higher precision and F1 scores compared to general-purpose agents, while consuming fewer tokens.
Key features include:
*
ocr review for reviewing code changes*
ocr scan for reviewing entire files* Support for multiple platforms, including Windows, macOS, and Linux
* Integration with various agents, such as Claude Code, Codex, and Cursor
To use Open Code Review, simply configure a model endpoint and install the CLI tool using
npm install -g @alibaba-group/open-code-review. The tool is designed for developers, DevOps teams, and organizations looking to improve their code review process.The core design combines deterministic engineering with an agent, ensuring precise file selection, smart file bundling, and fine-grained rule matching. The tool also provides a range of features, including review rules customization, configuration options, and integration with CI/CD pipelines.
In summary, Open Code Review is a powerful tool that helps teams improve their code quality and reduce errors. With its high precision and flexibility, it's an essential tool for any development team - automate your code reviews and take your development to the next level.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
❤1
Github Top Repositories
Photo
🚀 Meet paperswithbacktest/awesome-systematic-trading: a gem from today's GitHub trending list.
🔗 https://github.com/paperswithbacktest/awesome-systematic-trading
📝 A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
──────────────────────────────
The Awesome Systematic Trading GitHub repository is a comprehensive collection of resources for quantitative traders. It features 97 libraries and packages for research and live trading, 40+ strategies described by institutionals and academics, 55 books for beginners and professionals, 23 videos and interviews, as well as blogs and courses.
The repository is organized into categories such as
For example, the
The repository is a valuable resource for anyone interested in systematic trading, from beginners to professionals.
In short, Awesome Systematic Trading is a one-stop-shop for all your quantitative trading needs - explore it and take your trading to the next level!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/paperswithbacktest/awesome-systematic-trading
📝 A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
──────────────────────────────
The Awesome Systematic Trading GitHub repository is a comprehensive collection of resources for quantitative traders. It features 97 libraries and packages for research and live trading, 40+ strategies described by institutionals and academics, 55 books for beginners and professionals, 23 videos and interviews, as well as blogs and courses.
The repository is organized into categories such as
backtesting and live trading, trading bots, analytics, and data sources, making it easy to find specific tools and information. For example, the
backtesting and live trading section includes popular libraries like vnpy, zipline, and backtrader, which are all built with Python. The repository is a valuable resource for anyone interested in systematic trading, from beginners to professionals.
In short, Awesome Systematic Trading is a one-stop-shop for all your quantitative trading needs - explore it and take your trading to the next level!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔥 maderix/ANE is trending — and it deserves your attention.
🔗 https://github.com/maderix/ANE
📝 Training neural networks on Apple Neural Engine via reverse-engineered private APIs
──────────────────────────────
maderix/ANE is a research project that enables training neural networks directly on Apple's Neural Engine (ANE) using reverse-engineered private APIs. The project's goal is to demonstrate the possibility of training on ANE, which is currently restricted to inference-only use by Apple.
The key features of this project include a proof of concept for ANE training, benchmarks for real ANE performance characteristics, and a reference for direct ANE access outside CoreML. It supports transformer training with forward and backward passes on ANE and dW gradients on CPU.
The project uses a dynamic pipeline with shared ANE kernels, weights packed into spatial dimensions, and INT8 quantization for improved throughput. It also includes a bridge library for C-callable ANE API and a training dashboard.
The intended audience for this project is researchers and developers interested in exploring direct ANE access and training neural networks on Apple Silicon.
One major takeaway from this project is that training on ANE is possible, but it still has significant engineering challenges and limitations, and it does not replace GPU training for large models.
In short, maderix/ANE unlocks the potential of Apple's Neural Engine for training, and its findings can inspire new approaches to edge AI optimization:
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/maderix/ANE
📝 Training neural networks on Apple Neural Engine via reverse-engineered private APIs
──────────────────────────────
maderix/ANE is a research project that enables training neural networks directly on Apple's Neural Engine (ANE) using reverse-engineered private APIs. The project's goal is to demonstrate the possibility of training on ANE, which is currently restricted to inference-only use by Apple.
The key features of this project include a proof of concept for ANE training, benchmarks for real ANE performance characteristics, and a reference for direct ANE access outside CoreML. It supports transformer training with forward and backward passes on ANE and dW gradients on CPU.
The project uses a dynamic pipeline with shared ANE kernels, weights packed into spatial dimensions, and INT8 quantization for improved throughput. It also includes a bridge library for C-callable ANE API and a training dashboard.
The intended audience for this project is researchers and developers interested in exploring direct ANE access and training neural networks on Apple Silicon.
One major takeaway from this project is that training on ANE is possible, but it still has significant engineering challenges and limitations, and it does not replace GPU training for large models.
In short, maderix/ANE unlocks the potential of Apple's Neural Engine for training, and its findings can inspire new approaches to edge AI optimization:
Train on ANE, and unlock a new world of edge AI possibilities.──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔍 Deep-diving into pascalorg/editor — fresh off the trending list.
🔗 https://github.com/pascalorg/editor
📝 Create and share 3D architectural projects.
──────────────────────────────
The pascalorg/editor GitHub repository presents a 3D building editor built with React Three Fiber and WebGPU. This project is designed to provide an immersive editing experience for 3D models, with features like interactive tools, selection management, and editing capabilities.
To get started, users can install the required packages using
The core concepts of this project include nodes, which are the data primitives that describe the 3D scene, and scene state, which is managed by a Zustand store. The project also features a scene registry that maps node IDs to their Three.js objects, and node renderers that create Three.js objects for each node type.
The editor extends the viewer with additional features like tools, selection manager, and editor-specific systems. The data flow in this project involves user actions, tool handlers, and system updates, all of which are designed to work together seamlessly.
Overall, the pascalorg/editor repository offers a robust and extensible 3D building editor that can be used for a variety of applications, from architecture to game development.
One-liner takeaway: The pascalorg/editor is a powerful, open-source 3D building editor that empowers developers to create immersive, interactive 3D experiences with ease.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/pascalorg/editor
📝 Create and share 3D architectural projects.
──────────────────────────────
The pascalorg/editor GitHub repository presents a 3D building editor built with React Three Fiber and WebGPU. This project is designed to provide an immersive editing experience for 3D models, with features like interactive tools, selection management, and editing capabilities.
To get started, users can install the required packages using
npm install @pascal-app/core @pascal-app/viewer @pascal-app/editor @pascal-app/nodes, and then load the built-in plugin before mounting the Viewer component. The repository follows a modular architecture, with separate packages for the core functionality, viewer, editor, and nodes.The core concepts of this project include nodes, which are the data primitives that describe the 3D scene, and scene state, which is managed by a Zustand store. The project also features a scene registry that maps node IDs to their Three.js objects, and node renderers that create Three.js objects for each node type.
The editor extends the viewer with additional features like tools, selection manager, and editor-specific systems. The data flow in this project involves user actions, tool handlers, and system updates, all of which are designed to work together seamlessly.
Overall, the pascalorg/editor repository offers a robust and extensible 3D building editor that can be used for a variety of applications, from architecture to game development.
One-liner takeaway: The pascalorg/editor is a powerful, open-source 3D building editor that empowers developers to create immersive, interactive 3D experiences with ease.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🌟 virgiliojr94/book-to-skill caught my eye on GitHub Trending today.
🔗 https://github.com/virgiliojr94/book-to-skill
📝 Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
──────────────────────────────
book-to-skill is a tool that turns technical books, documents, and collections of sources into a unified agent skill. This skill can be used in GitHub Copilot CLI, Amp, or Claude Code, allowing you to study, reference, and use the content while you work.
The key features of book-to-skill include:
- Support for various document formats such as PDF, EPUB, DOCX, and more
- Automatic chapter detection and generation of a glossary, patterns, and cheatsheet
- The ability to update and fold new material into an existing skill
To use book-to-skill, simply run the command
book-to-skill is designed for developers, researchers, and anyone who wants to turn their technical books and documents into a structured skill that can be loaded on demand.
The technical highlights of book-to-skill include its ability to distill a book into a skill, preserving markdown tables and code blocks, and its support for various tools such as
In summary, book-to-skill is a powerful tool that helps you turn your technical books and documents into a unified agent skill, making it easier to study, reference, and use the content while you work.
With book-to-skill, you can turn any technical book into a superpower for your coding workflow.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/virgiliojr94/book-to-skill
📝 Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
──────────────────────────────
book-to-skill is a tool that turns technical books, documents, and collections of sources into a unified agent skill. This skill can be used in GitHub Copilot CLI, Amp, or Claude Code, allowing you to study, reference, and use the content while you work.
The key features of book-to-skill include:
- Support for various document formats such as PDF, EPUB, DOCX, and more
- Automatic chapter detection and generation of a glossary, patterns, and cheatsheet
- The ability to update and fold new material into an existing skill
To use book-to-skill, simply run the command
/book-to-skill <path-to-document-folder-or-glob>... [skill-name-slug] and the tool will create a full skill in your agent's skills directory. book-to-skill is designed for developers, researchers, and anyone who wants to turn their technical books and documents into a structured skill that can be loaded on demand.
The technical highlights of book-to-skill include its ability to distill a book into a skill, preserving markdown tables and code blocks, and its support for various tools such as
pdftotext, docling, and ebooklib. In summary, book-to-skill is a powerful tool that helps you turn your technical books and documents into a unified agent skill, making it easier to study, reference, and use the content while you work.
With book-to-skill, you can turn any technical book into a superpower for your coding workflow.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
❤1
Github Top Repositories
Photo
📌 Spotted on GitHub Trending: huggingface/speech-to-speech — let's break it down.
🔗 https://github.com/huggingface/speech-to-speech
📝 Build local voice agents with open-source models
──────────────────────────────
The huggingface/speech-to-speech repository provides a fully modular voice-agent pipeline, enabling users to build voice agents with open-source models. The pipeline consists of four components: Voice Activity Detection (VAD), Speech to Text (STT), Language Model (LLM), and Text to Speech (TTS). Each component has multiple interchangeable backends, allowing for flexibility and customization.
The repository offers various run modes, including
To get started, users can install the
The huggingface/speech-to-speech repository is designed for developers and researchers interested in building voice agents with open-source models, and its modular architecture makes it an excellent choice for those looking to experiment with different components and backends.
One-liner takeaway: Build voice agents with ease using the huggingface/speech-to-speech repository, featuring a modular pipeline with interchangeable components and flexible run modes.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/huggingface/speech-to-speech
📝 Build local voice agents with open-source models
──────────────────────────────
The huggingface/speech-to-speech repository provides a fully modular voice-agent pipeline, enabling users to build voice agents with open-source models. The pipeline consists of four components: Voice Activity Detection (VAD), Speech to Text (STT), Language Model (LLM), and Text to Speech (TTS). Each component has multiple interchangeable backends, allowing for flexibility and customization.
The repository offers various run modes, including
realtime, local, websocket, and socket, catering to different use cases and requirements. The realtime mode streams audio over a WebSocket using the OpenAI Realtime protocol, providing live transcription and low-latency turn-taking.To get started, users can install the
speech-to-speech package using pip install speech-to-speech and then run the pipeline in realtime mode. The repository also provides a local mode for direct interaction with the pipeline, as well as websocket and socket modes for custom client connections.The huggingface/speech-to-speech repository is designed for developers and researchers interested in building voice agents with open-source models, and its modular architecture makes it an excellent choice for those looking to experiment with different components and backends.
One-liner takeaway: Build voice agents with ease using the huggingface/speech-to-speech repository, featuring a modular pipeline with interchangeable components and flexible run modes.
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
⚡ microsoft/AI-For-Beginners is making waves. Here's the full picture.
🔗 https://github.com/microsoft/AI-For-Beginners
📝 12 Weeks, 24 Lessons, AI for All!
──────────────────────────────
The microsoft/AI-For-Beginners repo is a 12-week, 24-lesson curriculum that introduces the world of Artificial Intelligence (AI) in a beginner-friendly way. It covers tools like
To get started, you can clone the repository locally, and to speed up the download, you can use sparse checkout to exclude translations. The curriculum is divided into sections, including Introduction to AI, Symbolic AI, and Introduction to Neural Networks.
You'll learn about different approaches to AI, including Knowledge Representation and Neural Networks, and get hands-on experience with popular frameworks. The repo also provides additional resources, including a
Whether you're a student or a professional looking to get started with AI, this curriculum is a great place to begin - and with its extensive language support, it's accessible to learners all around the world.
Dive into the world of AI with microsoft/AI-For-Beginners - your one-stop-shop for AI learning!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/microsoft/AI-For-Beginners
📝 12 Weeks, 24 Lessons, AI for All!
──────────────────────────────
The microsoft/AI-For-Beginners repo is a 12-week, 24-lesson curriculum that introduces the world of Artificial Intelligence (AI) in a beginner-friendly way. It covers tools like
TensorFlow and PyTorch, as well as ethics in AI. The curriculum includes practical lessons, quizzes, and labs, and is available in over 50 languages. To get started, you can clone the repository locally, and to speed up the download, you can use sparse checkout to exclude translations. The curriculum is divided into sections, including Introduction to AI, Symbolic AI, and Introduction to Neural Networks.
You'll learn about different approaches to AI, including Knowledge Representation and Neural Networks, and get hands-on experience with popular frameworks. The repo also provides additional resources, including a
Mindmap of the Course and links to further learning paths.Whether you're a student or a professional looking to get started with AI, this curriculum is a great place to begin - and with its extensive language support, it's accessible to learners all around the world.
Dive into the world of AI with microsoft/AI-For-Beginners - your one-stop-shop for AI learning!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
⚡ paperswithbacktest/awesome-systematic-trading is making waves. Here's the full picture.
🔗 https://github.com/paperswithbacktest/awesome-systematic-trading
📝 A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
──────────────────────────────
The paperswithbacktest/awesome-systematic-trading GitHub repository is a treasure trove for quantitative traders, offering a vast collection of resources to develop and refine systematic trading strategies. With 97 libraries and packages, 40+ strategies, 55 books, 23 videos, and more, this repo is a one-stop-shop for traders of all levels.
Key features include
Technical highlights include the use of
This repo is perfect for quantitative traders, data scientists, and financial analysts looking to elevate their trading game. So, dive in and explore the world of systematic trading!
Takeaway: Systematic trading just got a whole lot easier with paperswithbacktest/awesome-systematic-trading - your ultimate resource for quantitative trading success!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/paperswithbacktest/awesome-systematic-trading
📝 A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
──────────────────────────────
The paperswithbacktest/awesome-systematic-trading GitHub repository is a treasure trove for quantitative traders, offering a vast collection of resources to develop and refine systematic trading strategies. With 97 libraries and packages, 40+ strategies, 55 books, 23 videos, and more, this repo is a one-stop-shop for traders of all levels.
Key features include
backtesting and live trading frameworks, event-driven and vector-based systems, as well as resources for cryptocurrencies, data science, and machine learning. The repo's Python dominance is evident, with many popular libraries like vnpy, zipline, and backtrader featured prominently.Technical highlights include the use of
Numba for acceleration and pandas for data manipulation. The community can contribute by submitting issues and sharing resources on social media.This repo is perfect for quantitative traders, data scientists, and financial analysts looking to elevate their trading game. So, dive in and explore the world of systematic trading!
Takeaway: Systematic trading just got a whole lot easier with paperswithbacktest/awesome-systematic-trading - your ultimate resource for quantitative trading success!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
🌟 different-ai/openwork caught my eye on GitHub Trending today.
🔗 https://github.com/different-ai/openwork
📝 The open-source alternative to Claude Cowork (powered by opencode)
──────────────────────────────
OpenWork is a free, open-source desktop app for sharing AI workflows across macOS, Windows, and Linux. It's designed to be an alternative to other platforms like Claude Cowork and Codex. With OpenWork, you can add a single MCP to your existing AI agent, such as Codex, Claude Code, or Cursor, and reuse skills, MCPs, and connected services across different tools, teammates, and machines.
Key features include a dedicated desktop app, an admin interface for managing access and publishing capabilities, and the ability to create and share workflows with coworkers or friends. You can also use OpenWork from within your existing AI agent, without needing to launch the desktop app.
To get started, you can
From a technical perspective, OpenWork provides a remote MCP server URL that can be used with any compatible agent. It also includes tools like
OpenWork Den is the control plane for managing OpenWork across teams or organizations, allowing you to provision inference at scale, control access, and publish skills and plugins.
The target audience for OpenWork includes individuals and organizations looking to share AI workflows and collaborate on projects.
In short, OpenWork is all about streamlining AI workflow collaboration - and with its open-source approach, it's poised to democratize access to AI capabilities. Unlock the power of AI collaboration with OpenWork!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/different-ai/openwork
📝 The open-source alternative to Claude Cowork (powered by opencode)
──────────────────────────────
OpenWork is a free, open-source desktop app for sharing AI workflows across macOS, Windows, and Linux. It's designed to be an alternative to other platforms like Claude Cowork and Codex. With OpenWork, you can add a single MCP to your existing AI agent, such as Codex, Claude Code, or Cursor, and reuse skills, MCPs, and connected services across different tools, teammates, and machines.
Key features include a dedicated desktop app, an admin interface for managing access and publishing capabilities, and the ability to create and share workflows with coworkers or friends. You can also use OpenWork from within your existing AI agent, without needing to launch the desktop app.
To get started, you can
install OpenWork using a simple prompt in your AI agent, which will set up your first workspace and open it for use. You can also add the OpenWork MCP to your agent using codex mcp add openwork or claude mcp add commands.From a technical perspective, OpenWork provides a remote MCP server URL that can be used with any compatible agent. It also includes tools like
search_capabilities and execute_capability to find and run available capabilities.OpenWork Den is the control plane for managing OpenWork across teams or organizations, allowing you to provision inference at scale, control access, and publish skills and plugins.
The target audience for OpenWork includes individuals and organizations looking to share AI workflows and collaborate on projects.
In short, OpenWork is all about streamlining AI workflow collaboration - and with its open-source approach, it's poised to democratize access to AI capabilities. Unlock the power of AI collaboration with OpenWork!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
❤1
🎯 WhiskeySockets/Baileys landed on trending. Worth a proper look.
🔗 https://github.com/WhiskeySockets/Baileys
📝 Socket-based TS/JavaScript API for WhatsApp Web
──────────────────────────────
Baileys is a TypeScript library that lets you interact with the WhatsApp Web API using WebSockets. It's designed to be efficient and doesn't require Selenium or a browser to work. With Baileys, you can send messages, media, and more, and even handle events like message receipts and presence updates. The library is not affiliated with WhatsApp and should be used responsibly.
To get started, you can
Baileys has a lot of key features, including support for multi-device and web versions of WhatsApp, and the ability to send and receive messages, media, and other content. The library also provides a range of technical highlights, including automatic caching of group metadata, improved retry systems, and support for decrypting poll votes.
The library is suitable for developers of all levels, from beginners to experienced developers, and is well-documented with a comprehensive wiki and example code.
To use Baileys, simply
One-liner takeaway: Automate your WhatsApp interactions with Baileys, a powerful and efficient TypeScript library that's a game-changer for chatbots and more!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/WhiskeySockets/Baileys
📝 Socket-based TS/JavaScript API for WhatsApp Web
──────────────────────────────
Baileys is a TypeScript library that lets you interact with the WhatsApp Web API using WebSockets. It's designed to be efficient and doesn't require Selenium or a browser to work. With Baileys, you can send messages, media, and more, and even handle events like message receipts and presence updates. The library is not affiliated with WhatsApp and should be used responsibly.
To get started, you can
import makeWASocket from '@whiskeysockets/baileys' and create a socket instance with your preferred configuration. You can then use the socket to authenticate with WhatsApp using a QR code or pairing code. Baileys has a lot of key features, including support for multi-device and web versions of WhatsApp, and the ability to send and receive messages, media, and other content. The library also provides a range of technical highlights, including automatic caching of group metadata, improved retry systems, and support for decrypting poll votes.
The library is suitable for developers of all levels, from beginners to experienced developers, and is well-documented with a comprehensive wiki and example code.
To use Baileys, simply
yarn add @whiskeysockets/baileys and start building your WhatsApp-based application. One-liner takeaway: Automate your WhatsApp interactions with Baileys, a powerful and efficient TypeScript library that's a game-changer for chatbots and more!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
❤1
🚀 Meet pascalorg/editor: a gem from today's GitHub trending list.
🔗 https://github.com/pascalorg/editor
📝 Create and share 3D architectural projects.
──────────────────────────────
The pascalorg/editor is a 3D building editor built with React Three Fiber and WebGPU, designed to provide a seamless editing experience for users. Its key features include a
To get started with the editor, you can install the required packages using
The editor is built using a range of technologies, including
Overall, the pascalorg/editor is a powerful and flexible 3D building editor that provides a range of features and tools for users. Whether you're a developer looking to build a custom plugin or a user looking to create 3D buildings, the editor has something to offer. So why wait? Dive in and start building today - the pascalorg/editor is the ultimate tool for unleashing your creativity and bringing your 3D vision to life!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
🔗 https://github.com/pascalorg/editor
📝 Create and share 3D architectural projects.
──────────────────────────────
The pascalorg/editor is a 3D building editor built with React Three Fiber and WebGPU, designed to provide a seamless editing experience for users. Its key features include a
Node system for describing 3D scenes, a Scene State store for managing scene data, and a Scene Registry for fast lookup of Three.js objects. The editor uses a Separation of Concerns approach, with separate packages for core, viewer, editor, and nodes. To get started with the editor, you can install the required packages using
npm install, and then load the built-in plugin using loadPlugin. The editor also provides a range of tools and systems, including WallTool, ZoneTool, and ItemTool, as well as custom camera controls and a spatial grid manager.The editor is built using a range of technologies, including
React 19, Next.js 16, Three.js, and Turborepo. To develop and build the editor, you can use bun install and bun dev to enable hot reload for all packages.Overall, the pascalorg/editor is a powerful and flexible 3D building editor that provides a range of features and tools for users. Whether you're a developer looking to build a custom plugin or a user looking to create 3D buildings, the editor has something to offer. So why wait? Dive in and start building today - the pascalorg/editor is the ultimate tool for unleashing your creativity and bringing your 3D vision to life!
──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
❤2