Louis Heredero HEL
HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-04-20 10:12:14 +00:00
9ab454045e extracted cetz import for easier updating
HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-04-20 10:11:00 +00:00
aba66ed442 extracted cetz import for easier updating
HEL commented on pull request HEL/circuiteria#9 2025-04-20 09:46:58 +00:00
Update Electrical Components and Add Examples

There seem to be a small issue with inductors when placed vertically (see below). It also seems like the horizontal inductor needs a specific aspect-ratio between the width and height to display…

HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-04-19 15:23:31 +00:00
0a108fdc73 improved error message
cd8784fcee adapted ALU + minor fix in add-ports
4733f69b51 adapted extender + improved bound anchors
33d79f35fa minor fix to port margins
Compare 4 commits »
HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-04-19 13:56:30 +00:00
3e9272255c improved wire arguments
4930b53c84 reworked ports layout + adapted multiplexer
Compare 2 commits »
HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-04-18 22:12:00 +00:00
26231b2f48 adapted wire stubs with auto side detection
5616544707 added checks + fixed auto ids
358de4825d initial rewrite of drawing pipeline + positioning
Compare 3 commits »
HEL commented on pull request HEL/circuiteria#9 2025-04-17 08:11:02 +00:00
Update Electrical Components and Add Examples

Thanks for the additions ! It looks like you forgot to commit the example circuit though

HEL commented on issue HEL/circuiteria#8 2025-04-16 09:37:33 +00:00
Drawing pipeline redesign

As a first step, I think separating declarations and rendering would really help improve the overall structure, and could allow for more automatically computed values (e.g. stub sides)

Additiona…

HEL commented on issue HEL/rivet-typst#3 2025-04-15 17:50:34 +00:00
Project files are not accessible from within package

#6 adds a new chapter in the manual explaining the various ways to load a schema, highlighting that the package cannot access project files unless it is itself included inside the project

HEL closed issue HEL/rivet-typst#3 2025-04-15 17:50:34 +00:00
Project files are not accessible from within package
HEL pushed to dev at HEL/rivet-typst 2025-04-15 17:45:53 +00:00
422681ba6e Merge pull request 'Left to right bits + Loading manual section' (#6) from feat/left-to-right-bits-1 into dev
23af042a36 completed CHANGELOG
c7d12bf6c6 bumped to 0.3.0 + completed manual
6394c8e5c5 updated manual
65d11fc920 added ltr-bits config option
Compare 5 commits »
HEL deleted branch feat/left-to-right-bits-1 from HEL/rivet-typst 2025-04-15 17:45:53 +00:00
HEL merged pull request HEL/rivet-typst#6 2025-04-15 17:45:51 +00:00
Left to right bits + Loading manual section
HEL closed issue HEL/rivet-typst#5 2025-04-15 17:45:51 +00:00
Support left to right data structures
HEL created pull request HEL/rivet-typst#6 2025-04-15 17:45:27 +00:00
Left to right bits + Loading manual section
HEL pushed to feat/left-to-right-bits-1 at HEL/rivet-typst 2025-04-15 17:37:37 +00:00
23af042a36 completed CHANGELOG
HEL pushed to feat/left-to-right-bits-1 at HEL/rivet-typst 2025-04-15 17:32:12 +00:00
c7d12bf6c6 bumped to 0.3.0 + completed manual
6394c8e5c5 updated manual
65d11fc920 added ltr-bits config option
Compare 3 commits »
HEL created branch feat/left-to-right-bits-1 in HEL/rivet-typst 2025-04-15 15:13:08 +00:00
HEL pushed to feat/left-to-right-bits-1 at HEL/rivet-typst 2025-04-15 15:13:08 +00:00
HEL commented on issue HEL/rivet-typst#5 2025-04-15 15:11:53 +00:00
Support left to right data structures

Thank you very much for the feedback ! This is indeed not possible to do in v0.2.0 It should not be too hard to implement though so I'll take a look as soon as

PS: It's definitely the right…