Louis Heredero HEL
HEL pushed to main at HEL/FunProg-Scala 2025-04-15 13:07:36 +00:00
d8b22157c5 added lesson 7
HEL pushed to main at HEL/FunProg-Scala 2025-04-15 11:12:40 +00:00
9ad00e6182 corrected / added midterm examples
b53e0677cc fixed minor issue in midterm
Compare 2 commits »
HEL opened issue HEL/circuiteria#8 2025-04-14 15:44:01 +00:00
Drawing pipeline redesign
HEL pushed to main at HEL/FunProg-Scala 2025-04-08 13:53:12 +00:00
056305fd72 added assignment 6 ex 4
f4e417571a added assignment 6 ex 3
4eba7f3587 added assignment 6 ex 2
76a4f50075 added assignment 6 ex 1
41c0b80d8b added lesson 6
Compare 5 commits »
HEL pushed to main at HEL/hei-vpn-for-linux 2025-04-05 21:42:29 +00:00
1c22b7df2b updated css selectors for new page
HEL commented on issue HEL/circuiteria#7 2025-04-04 19:32:46 +00:00
Auto layout Language?

This would indeed be an interesting idea I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do I would be more than happy…

HEL pushed to main at HEL/FunProg-Scala 2025-04-04 08:35:20 +00:00
3f648b7fc9 fixed fixedPoint func in midterm
HEL pushed to main at HEL/FunProg-Scala 2025-04-01 12:16:00 +00:00
84315955f8 updated README
bbfcb31026 added balanceMatch moustache
03c383fb35 added midterm
Compare 3 commits »
HEL created branch feat/draw-improvements-1 in HEL/circuiteria 2025-03-31 11:08:21 +00:00
HEL pushed to feat/draw-improvements-1 at HEL/circuiteria 2025-03-31 11:08:21 +00:00
HEL pushed to comp/electrical at HEL/circuiteria 2025-03-31 11:05:54 +00:00
b7dd2cb718 Merge branch 'dev' into comp/electrical
2bb7e3b5a9 Merge pull request 'v0.2.0: Updates' (#5) from dev into main
371caf094c updated README and manual with new version
841f53e76c Merge pull request 'updated compiler version + dependencies' (#4) from feat/updates-1 into dev
ff0b91e683 updated compiler version + dependencies
Compare 5 commits »
HEL pushed to dev at HEL/circuiteria 2025-03-31 11:02:51 +00:00
2bb7e3b5a9 Merge pull request 'v0.2.0: Updates' (#5) from dev into main
HEL pushed tag v0.1.0 to HEL/typst-plugin-compiler 2025-03-31 09:39:50 +00:00
HEL released V0.1.0 at HEL/typst-plugin-compiler 2025-03-31 09:39:50 +00:00
HEL created branch main in HEL/typst-plugin-compiler 2025-03-31 09:38:48 +00:00
HEL pushed to main at HEL/typst-plugin-compiler 2025-03-31 09:38:48 +00:00
b37186110d initial commit
HEL created repository HEL/typst-plugin-compiler 2025-03-31 09:38:07 +00:00
HEL commented on issue HEL/circuiteria#6 2025-03-30 23:05:39 +00:00
adding nmos and pmos

You can take a look at the comp/electrical branch where I've added resistors and capacitors

how are you supposed to caption…

HEL commented on issue HEL/circuiteria#1 2025-03-30 22:37:33 +00:00
When I rotate the gate-not, it doesn't rendered properly

Yes, the pipeline here is not ideal, everything is mixed together I'd like to make it more modular and better use CeTZ' features so that it'd be easier to add new components

HEL commented on issue HEL/circuiteria#6 2025-03-30 22:34:51 +00:00
adding nmos and pmos

Thank you very much for your interest ! It looks very cool ! I had started working on some basic elements for resistors and capacitors but I haven't taken the time to finish it Could you make…