Jump to content

User:D4VID: Difference between revisions

From Logic World Wiki
D4VID (talk | contribs)
Add my personal page
 
D4VID (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
I use [https://gitea.d4vid.xyz/LogicWorldMods my own self-hosted Gitea instance] to host my mods:
I use [https://gitea.d4vid.xyz/LogicWorldMods my own self-hosted Gitea instance] to host my mods:


* [[Mod/Console Improvements|Console Improvements]]
* [[Mods:Console Improvements|Console Improvements]]
* [[Mods:DLatchPoke|DLatchPoke]]
* [[Mods:DLatchPoke|DLatchPoke]]
* [[Mods:CameraRoll|CameraRoll]] (WIP)
* [[Mods:CameraRoll|CameraRoll]] (WIP)
Line 11: Line 11:
== Builds ==
== Builds ==


* RISC-V 32 bit CPU (the base I set of instructions) - rv32i
* RISC-V 32 bit CPU (the base I set of instructions) - rv32i ([https://discord.com/channels/401255675264761866/1451697694593781831 post],[https://youtu.be/2siGxPkt9ww video],[https://logic.world/creations/worlds/b4eSnj/32-bit-risc-v-cpu world])


== 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 16:32, 31 December 2025

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