Coder Social home page Coder Social logo

Comments (7)

skyem123 avatar skyem123 commented on September 15, 2024

A way of exporting disks into files somehow would be handy. Import would be needed as well.
Also, a pastebin like system for ICs (accessible in game) would be useful.

from integrated-circuits.

Victorious3 avatar Victorious3 commented on September 15, 2024

Indeed planned over a collaboration with ArmourersWorkshop to get a content hub service going. It would work similar to pastebin.

I might save the circuits globally somewhere, makes sense, if you create a bunch of circuit boards of the same type they all carry the full data right now, not efficient at all.

from integrated-circuits.

GopherAtl avatar GopherAtl commented on September 15, 2024

a related note, you could make your disks work in ComputerCraft drives. You just have to implement the interface, IMount or something like that, and you could allow reading or writing the stored circuit design as a file. In principle, at least, I'm not sure how easy it would be in practice. Something similar may be possible with OpenComputers, not sure since I'm less familiar with the api there. This approach would let you offload the work of sharing files via another site, whether it's pastebin or whatever, to cc/oc, which are already set up for that sort of thing, rather than having to build it into your mod directly.

from integrated-circuits.

MFernflower avatar MFernflower commented on September 15, 2024

What about something like or based off of VHDL or Verilog?

from integrated-circuits.

skyem123 avatar skyem123 commented on September 15, 2024

@MFernflower, That wil probably be too much effort.
I don't really know what they are like, but as far I know, they are for big (at least comparatively) FPGAs...

from integrated-circuits.

MFernflower avatar MFernflower commented on September 15, 2024

from integrated-circuits.

skyem123 avatar skyem123 commented on September 15, 2024

So I think there are many things needed for this idea...

  • Saving the circuits to a nice (preferably human readable, like source code) format (plain text)
  • Exporting the data to file, and loading from it. (so someone can save something from a Minecraft server to their client)
  • Accessing the data from computer mods, such as OpenComputers and ComputerCraft
  • Finally, a service that allows people to share circuits online

from integrated-circuits.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.