Giter Club home page Giter Club logo

Comments (3)

domenick-z avatar domenick-z commented on June 2, 2024

I would like to contribute to this ,I am a newbie with basic code skills how can i start?

from jumpy.

zicklag avatar zicklag commented on June 2, 2024

Hey there! First step would be to get setup with Rust and Git on your machine, if you haven't already.

Then you can clone Jumpy locally, and make sure you can build it:

git clone https://github.com/fishfolk/jumpy.git
cd jumpy
cargo r

Assuming that all works you'll need to know where things are in the code. The code that displays the settings menu can be found here:

MenuPage::Settings => world.run_system(settings::widget, ui),

It runs the widget() function of the ui::main_menu::settings module.

We have our pause menu system here, and if you look in there you can see that it keeps track of which pause menu page it's on, and it renders the correct widget similar to the main_menu.rs example above.

We want to add a new PauseMenuPage variant like PauseMenuPage::Settings, and also a button to switch to that page in the pause menu, and the code to render the settings menu widget when we're on that page.

This isn't much different than what the pause menu is already doing for the map selection, so you can look around at the code that's there for reference. There may be little things here and there that come up that might present questions, so just feel free to ask!

from jumpy.

domenick-z avatar domenick-z commented on June 2, 2024

from jumpy.

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.