Pinned Repositories
autorouting
Algorithms and dataset of autorouting problems for developing and benchmarking autorouters
circuit-json
Circuit JSON a low-level circuit representation. Visually represent schematic, PCB, produce Gerber files, produce bill of materials, run SPICE simulations, view warnings and more.
core
Create electronics with Typescript and React. Compile Typescript to Circuit JSON
jscad-electronics
jscad functions for creating components for electronics
jscad-fiber
Create 3d CAD models with React using jscad
minicssgrid
A tiny CSS grid implementation in typescript
runframe
Runs tscircuit code inside a webworker, view PCBs, schematics and 3D previews
simple-3d-svg
An extremely simple 3D SVG renderer (20KB minified)
tscircuit
Create real electronics with Typescript and React
tscircuit.com
The main website, playground and online development environment for tscircuit (React Electronics)
tscircuit's Repositories
tscircuit/jscad-electronics
jscad functions for creating components for electronics
tscircuit/schematic-viewer
React Component for Viewing Electronics Schematics
tscircuit/v0.0.x-cli
Frontend Dev Tool & Command line interface for developing circuits with tscircuit
tscircuit/kicad-converter
Convert kicad footprints to circuit json/tscircuit!
tscircuit/bun-match-svg
Implementation of `toMatchSvgSnapshot` to do svg snapshot testing with bun
tscircuit/circuit-json-to-gerber
Convert Circuit JSON to Gerber
tscircuit/led-matrix-server
tscircuit/lint
tscircuit/schematic-autolayout
autolayout algorithms for tscircuit PCBs and Schematics
tscircuit/soup-util
Utility library for working with tscircuit soup
tscircuit/assembly-viewer
View Circuit JSON in an assembly view (for quickly seeing part placements and rotations)
tscircuit/benchmark-cli
A command line tool for tracking benchmarks and commenting to github
tscircuit/circuit-json-to-connectivity-map
tscircuit/eval-legacy
Convert a tscircuit snippet into Circuit JSON with automatic importing
tscircuit/fake-reddit
Fake reddit API
tscircuit/featured-snippets
Features tscircuit snippets from https://snippets.tscircuit.com
tscircuit/file-server
A simple filesystem server, useful for communication between a command line and a server that need to sync a filesystem
tscircuit/freerouting
Advanced PCB auto-router
tscircuit/import
Dynamically import a tscircuit snippet from the registry
tscircuit/manual-edit-events
Zod definitions for edits of schematic or pcb by hands and functions for operating on/with events
tscircuit/math-utils
A library for utility math functions for tscircuit
tscircuit/name-scan
An automatic AI-based scan to make sure variable and function names are good
tscircuit/ngspice
A browser-based SPICE circuit simulator
tscircuit/pr-evaluation-benchmark
Automatically evaluate tscircuit PRs for impact and more
tscircuit/run-snippet
Run a tscircuit snippet
tscircuit/template-api-project
tscircuit/trending-snippet-autoposter
Automatically post a trending snippet to twitter, reddit and other social media platforms
tscircuit/typed-ky
Make ky typesafe using a single RoutesType
tscircuit/use-mouse-matrix-transform
A React Hook for easily managing matrix transforms with a mouse against any HTML element
tscircuit/webworker-experimental
Run @tscircuit/core inside of a WebWorker for improved parallelism and isolation