Coder Social home page Coder Social logo

Comments (12)

acs avatar acs commented on June 5, 2024

Schematics web sites:

Worlds web sites:

from mcthings.

acs avatar acs commented on June 5, 2024

After some thoughts, the goal for the scenes is to learn to program with Python, so probably the best way to share them is with notebooks. A notebook for scene.

And for editing the scenes, you need to do it in Python, so Notebooks is the natural editor for them.

The main limitation for using the scenes is that you need the python plugin in MC. But you can add the scenes to a world and then share it.

from mcthings.

acs avatar acs commented on June 5, 2024

Mostly decided: using notebooks to show the scenes. The notebooks will be stored in mcthings repository with the scenes files also.

from mcthings.

acs avatar acs commented on June 5, 2024

The next step is to create some notebooks with scenes to have a first experience about howto organize it. It is critical to design howto scale if there are hundreds of scenes. Is it possible to scale using just notebooks and links to them?

from mcthings.

acs avatar acs commented on June 5, 2024

Also, we will mix using McThings Extra and McThings Drawing to be sure all work as smooth as possible.

from mcthings.

acs avatar acs commented on June 5, 2024

https://github.com/juntosdesdecasa/mcthings/tree/develop/scenes has arrived.

Right now it has two scenes as samples. But here we must have dozens of scenes, notebooks showing them ... let's work on that once we have the Town scene completed.

from mcthings.

acs avatar acs commented on June 5, 2024

Our current approach is to host them in:

https://github.com/juntosdesdecasa/minecraft/tree/develop/server/data/python

but probably for real scenes, not just workshops for learning, it is better to have them in:

https://github.com/juntosdesdecasa/mcthings/tree/develop/scenes

And probably, we need to include third party scenes in:

https://github.com/juntosdesdecasa/mcthings_extra

I will start adding the scenes to:

https://github.com/juntosdesdecasa/mcthings/tree/develop/scenes

and use PRs to receive scenes from the community.

Scenes will be added to a common directory. Once there are > 10 real scenes, we can start creating subdirs for classifying scenes.

Scenes are standalone programs, normally notebooks. In the future we could have scenes of scenes, but it won't be supported yet.

from mcthings.

acs avatar acs commented on June 5, 2024

Probably we can have a scene notebook template inspired in

https://github.com/juntosdesdecasa/minecraft/blob/develop/server/data/python/scene0_10.ipynb

And we have Scenes source code, and scenes files. We need to define howto share scenes using only files. But our initial approach is to have notebooks with the scenes following a common format.

from mcthings.

acs avatar acs commented on June 5, 2024

About the scene format:

  • Initial description, author name and license (by default ASL)
  • Notebook cells with the implementation
  • A final screenshot with the results

from mcthings.

acs avatar acs commented on June 5, 2024

To close this ticket:

  • Clean the current scenes directory and leave only relevant scenes
  • Create the notebook scene template
  • Convert current scenes to the template
  • Add a README.md file describing all of this

from mcthings.

acs avatar acs commented on June 5, 2024

All done, except converting scene0_10.ipynb one! Pretty close to finish this issue.

After doing this conversion, we must review all and we are done!

from mcthings.

acs avatar acs commented on June 5, 2024

All done! Closing this issue.

Probably we will explore also other ways to share the scenes, like sharing notebooks from Colab. But let's see what the community uses for sharing.

from mcthings.

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.