Jump to content

User:D4VID: Difference between revisions

From Logic World Wiki
D4VID (talk | contribs)
No edit summary
D4VID (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
* [[Mods:Console Improvements|Console Improvements]]
* [[Mods:Console Improvements|Console Improvements]]
* [[Mods:DLatchPoke|DLatchPoke]]
* [[Mods:DLatchPoke|DLatchPoke]]
* [[Mods:Breakpoint|Breakpoint]]
* [[Mods:CameraRoll|CameraRoll]] (WIP)
* [[Mods:CameraRoll|CameraRoll]] (WIP)
* [[Mods:CriticalPathAnalyzer|CriticalPathAnalyzer]] (WIP)
* [[Mods:CriticalPathAnalyzer|CriticalPathAnalyzer]] (WIP)
Line 15: Line 16:
== Other projects ==
== Other projects ==


* Mod Manager: https://gitea.d4vid.xyz/LogicWorldMods/LogicWorldModManager/
* A Rust library for creating subassembly files programmatically: https://gitea.d4vid.xyz/D4VID/logicworld-subassembly
* A Rust library for creating subassembly files programmatically: https://gitea.d4vid.xyz/D4VID/logicworld-subassembly
* A [[wikipedia:Verilog|Verilog]] to LogicWorld compiler: https://gitea.d4vid.xyz/D4VID/verilog2logicworld (WIP)
* A [[wikipedia:Verilog|Verilog]] to LogicWorld compiler: https://gitea.d4vid.xyz/D4VID/verilog2logicworld (WIP)

Latest revision as of 10:51, 5 March 2026

Don't have enough time to do what I want to do, but I did some things:

Mods

I use my own self-hosted Gitea instance to host my mods:

Builds

  • RISC-V 32 bit CPU (the base I set of instructions) - rv32i (post,video,world)

Other projects