-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
164 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
\section{Behind the Scenes} | ||
|
||
\begin{frame}{\secname} | ||
\begin{itemize} | ||
\item Working full-time on LibrePCB since end of 2022! | ||
\item Project is currently funded through the NGI0 Entrust Fund by NLnet! | ||
\item New LibrePCB Fab manufacturing partner: PCBWay | ||
\item New sponsors: PCBgogo, NextPCB, Partstack, WIN SOURCE | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
\section{Challenges} | ||
|
||
\begin{frame}{\secname} | ||
\begin{itemize} | ||
\item Project management (communication with sponsors \& partners, | ||
email support, publicity, priorization, finances, \ldots) | ||
\item Learning many new things (web development, server administration, | ||
video editing, macOS, \ldots) | ||
\item Part libraries (huge effort; complex cases; users expect all parts | ||
to exist already) | ||
\item Missing/incomplete/unclear standards (pick\&place, Gerber, IPC7351, | ||
\ldots) | ||
\item Platform specific issues (desktop integration, themes, sandboxing, | ||
\ldots) | ||
\item GUI toolkit limitations | ||
\item Managing code \& library contributions | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
\section{October 2022: LibrePCB 0.1.7} | ||
|
||
\begin{frame}{\secname} | ||
\begin{itemize} | ||
\item EAGLE library import | ||
\item Flexible print/PDF/image export | ||
\item Gerber X3 pick\&place export | ||
\item Powerful measure tool in editors | ||
\item Improved, configurable keyboard shortcuts | ||
\item \ldots | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
\section{September 2023: LibrePCB 1.0.0} | ||
|
||
\begin{frame}{\secname} | ||
\begin{itemize} | ||
\item Advanced PCB features (thermal reliefs, blind \& buried vias, slotted pads, \ldots) | ||
\item 3D PCB viewer \& STEP export | ||
\item MPN management \& assembly variants | ||
\begin{itemize} | ||
\item Adding MPNs to libraries | ||
\item Specifying MPNs in schematics | ||
\item Alternate (second-source) MPNs | ||
\item Different MPNs for each assembly variant | ||
\item Separate BOM for each assembly variant | ||
\end{itemize} | ||
\item Output jobs | ||
\begin{itemize} | ||
\item Unified export for any kind of production data | ||
\item Highly customizable | ||
\item 100\% reproducible/portable | ||
\item Runnable from GUI and CLI | ||
\end{itemize} | ||
\item \ldots | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
\section{New Website, Documentation \& Video Tutorials} | ||
|
||
\begin{frame}{\secname} | ||
End of 2022: | ||
\begin{itemize} | ||
\item Completely new website from scratch (made with Huge \& Bootstrap) | ||
\item New online documentation (made with AsciiDoc \& Antora) | ||
\end{itemize} | ||
|
||
End of 2023: | ||
\begin{itemize} | ||
\item New YouTube channel containing video tutorials | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
\section{Next Steps} | ||
|
||
\begin{frame}{\secname} | ||
Things to be improved (in arbitrary order): | ||
Short term: | ||
\begin{itemize} | ||
\item Part management (MPN, assembly variants, \ldots) | ||
\item Advanced PCB features (arbitrary pad shapes, blind/buried vias, | ||
slotted holes/pads, push\&shove router, \ldots) | ||
\item 3D models in library / 3D board viewer / MCAD export | ||
\item Hierarchical schematics / buses | ||
\item UI improvements | ||
\item EAGLE project import as it is now abandoned by Autodesk | ||
\item Live part information (part status, stock availability, prices, | ||
\ldots) | ||
\item Under the hood: Qt6, C++17, 64-bit Windows binaries, \ldots | ||
\end{itemize} | ||
|
||
\bigskip | ||
|
||
Long term (in arbitrary order): | ||
\begin{itemize} | ||
\item Improve trace routing tool (differential pairs, push\&shove router, | ||
\ldots) | ||
\item Hierarchical schematics \& buses | ||
\item Many UI improvements | ||
\item Extend part libraries | ||
\item Technology updates: OpenGL 2D renderer? QtQuick/QML? Rust? | ||
\item \ldots | ||
\end{itemize} | ||
\end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters