Giter VIP home page Giter VIP logo

mdframework's Introduction

MDFramework

A multiplayer C# game framework for Godot 3.2.

As this is being built along side my own Godot project, I will generally add features as I need them.

Why?

There are a lot of features from other game engines that I'm used to, so I wanted to build something that made those features available in Godot.

Features

Installation

  1. Add the repo as a submodule to your Godot project's directory (for me I added it to src\MDFramework).
git submodule add https://github.com/DoubleDeez/MDFramework.git src/MDFramework
  1. Setup your project.godot to AutoLoad either MDGameInstance or your subclass of it:
[autoload]
GameInstance="*res://src/MDFramework/MDGameInstance.cs"
  1. Checkout the wiki for details on how to use MDFramework.

  2. When exporting, under the resources tab, make sure to include *.ini to package the config files.

Examples

Checkout the Examples Repo for examples on how to use various features of MDFramework.

Help

If you're struggling to get something working or have a question either log an issue or reach out on discord.

mdframework's People

Contributors

doubledeez avatar beider avatar meister1593 avatar

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.