{"id":13773989,"url":"https://github.com/f18m/netlist-viewer","last_synced_at":"2026-01-12T15:39:53.754Z","repository":{"id":190047023,"uuid":"681842733","full_name":"f18m/netlist-viewer","owner":"f18m","description":"SPICE netlist visualizer","archived":false,"fork":false,"pushed_at":"2025-11-20T16:59:58.000Z","size":2727,"stargazers_count":76,"open_issues_count":11,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-02T00:34:30.264Z","etag":null,"topics":["circuits","circuits-and-electronics","electrical-engineering","electronics","netlists","spice"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f18m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-22T22:05:14.000Z","updated_at":"2025-12-01T05:03:35.000Z","dependencies_parsed_at":"2026-01-03T11:03:43.822Z","dependency_job_id":null,"html_url":"https://github.com/f18m/netlist-viewer","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":0.08163265306122447,"last_synced_commit":"1ba68d05b2358403ac76445de9f7daa0f472856e"},"previous_names":["f18m/netlist-viewer"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/f18m/netlist-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fnetlist-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fnetlist-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fnetlist-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fnetlist-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f18m","download_url":"https://codeload.github.com/f18m/netlist-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fnetlist-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28341189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuits","circuits-and-electronics","electrical-engineering","electronics","netlists","spice"],"created_at":"2024-08-03T17:01:22.669Z","updated_at":"2026-01-12T15:39:53.747Z","avatar_url":"https://github.com/f18m.png","language":"C++","readme":"\u003e :warning: **This project is looking for maintainers / developers. The original author is not using this since a long time and is just doing some basic maintainance. The software still needs quite a bit of work to get into a truly usable status. Please consider contributing if you find this software useful. Thanks.**\n\n# Netlist Viewer\n\nNetlist Viewer is a tool capable of loading SPICE netlists and convert them in a schematic (i.e. graphical) format.\nThe graphical representations helps to understand the electrical/electronic circuit represented by the SPICE netlist, and save some tedious work.\n\n# What is a netlist?\n\nA [circuit diagram](https://en.wikipedia.org/wiki/Circuit_diagram) can be represented in a very compact form using a [netlist](https://en.wikipedia.org/wiki/Netlist). Wikipedia's definition of the netlist is \"a list of the electronic components in a circuit and a list of the nodes they are connected to\".\nAn example of how a netlist actually looks like is:\n\n```\n.SUBCKT test_misc1 IN OUT\n\nV1 0 IN DC=4V\nR1 IN 2 \nQ1 3 2 0 NPNstd\nM1 OUT 3 0 NMOSstd\nD1 OUT 0 DIODEstd\n\n.ENDS\n```\n\n# Screenshots\n\n![1](https://github.com/f18m/netlist-viewer/assets/9748595/ff8c1017-f92b-4f33-b399-36a6affe25de)\n![2](https://github.com/f18m/netlist-viewer/assets/9748595/9a7054e3-cc1b-469b-82e9-95874dc7773a)\n\n# Binaries\n\nYou can download binaries from [Github releases](https://github.com/f18m/netlist-viewer/releases).\nThese binaries are not garantueed to work on your system. \n\n## Windows\n\nNote that if NetListViewer fails to start after installing with the Windows Installer and complains\nabout DLL dependencies named `VCRUNTIME\u003csomething\u003e.dll`, it means that your Windows installation\nis lacking the VC++ redistributable package.\nYou can install the latest VC Redistributable package following [https://vcredist.com/quick/](https://vcredist.com/quick/).\n\n## Linux\n\nA better way to distribute applications for Linux would be using [Flatpak](https://github.com/f18m/netlist-viewer/issues/6).\nIf you are interested in such work, please open an issue/PR.\n\n# Past versions of Netlist-viewer\n\nPast versions, namely version 0.1 and version 0.2, were hosted in Sourceforge, see https://sourceforge.net/projects/netlistviewer/.\nAll new developments have been moved into this Github project.\n\n# How to build from sources\n\nNetListViewer is a pretty simple application with 2 main dependencies: [wxWidgets](https://www.wxwidgets.org/) and [Boost](https://www.boost.org/).\nSome simple notes on how to build NetListViewer for:\n\n* [Windows](NetlistViewer/build/win/README.md) \n* [Linux](NetlistViewer/build/linux/README.md) \n* [MacOS](NetlistViewer/build/macos/README.md)\n\nare available.\n\n# Status\n\nThe software is usable even if it could be improved very much.\nSince the creation of the project (2010) I have not been using this tool anymore (I'm not doing any HW design anymore) so this software will not be further improved unless someone else wants to step up to improve it.\nPull requests are of course welcome anyhow.\n","funding_links":[],"categories":["Documentation"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff18m%2Fnetlist-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff18m%2Fnetlist-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff18m%2Fnetlist-viewer/lists"}