Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to save, load, and share circuits. #33

Open
moTechPlz opened this issue Feb 26, 2015 · 7 comments
Open

A way to save, load, and share circuits. #33

moTechPlz opened this issue Feb 26, 2015 · 7 comments
Labels
Milestone

Comments

@moTechPlz
Copy link

Feature request:

Would be nice to be able to save and load circuits from a folder inside the worlds save folder and thus be able to share them too. I am able to load save disks between worlds with the NIE save/load option, though they do tend to change into other items. Are there any other ways i don't know about?

@moTechPlz moTechPlz changed the title a way to share load save circuits a way to share load save share circuits Feb 26, 2015
@moTechPlz moTechPlz changed the title a way to share load save share circuits a way to share load save circuits Feb 26, 2015
@skyem123
Copy link
Collaborator

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.

@Victorious3
Copy link
Owner

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.

@Victorious3 Victorious3 added this to the Beta 1.0 milestone Feb 26, 2015
@GopherAtl
Copy link

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.

@MFernflower
Copy link

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

@skyem123
Copy link
Collaborator

skyem123 commented Apr 1, 2015

@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...

@MFernflower
Copy link

MFernflower commented Apr 1, 2015 via email

@skyem123 skyem123 changed the title a way to share load save circuits A way to save, load, and share circuits. Oct 23, 2015
@skyem123
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants