Code Monkey home page Code Monkey logo

visualpinball.engine's Introduction

Visual Pinball Engine

A library that implements world's favorite pinball simulator.

build build

Why?

Today we have nice game engines like Unity or Godot that support C# out of the box. The goal of VPE is to easily provide what Visual Pinball makes so great to other "current gen" engines, while keeping backwards-compatibility.

What?

Visual Pinball roughly consists of the following sub systems, which VPE will fully support:

  • File format, i.e. reading and writing .vpx files
  • A data API, i.e. editing properties of all the game items
  • Media handling, i.e. dealing with sounds and images
  • A game loop, which includes:
    • Rigid body physics, i.e. movement based on mass and gravity
    • Collision detection
    • Animations
    • A transformation API, i.e. something that tells the renderer what to update
  • The scripting engine

How?

The "core" of VPE (i.e. the VisualPinball.Engine project) is a pure C# port of the original Visual Pinball. It has no dependencies to any proprietary third parties, and provides everything but the rendering engine. It is free and open source.

We're currently focusing on Unity as a game engine, but anything about Unity applies to Godot or other C#-based engines as well. C# allows extending third party classes, which means we can ship another DLL that just by including in your application will add functionality to VPE.

More concretely, we include a bridge library that allows you to render VPE in Unity. More on that here.

Current Status

VPE is still under development, so there is nothing much to test. If you're a developer and you'd like to contribute, let us know, we have a Discord channel.

There are a few videos in the VPF thread, where you can discuss as well.

Credits

IntelliJ IDEA

Special thanks go to JetBrains for their awesome IDE and support of the Open Source Community!

License

GPLv2, see LICENSE.

visualpinball.engine's People

Contributors

freezy avatar vroonsh avatar rbxnk avatar roland09 avatar jsm174 avatar ravarcade avatar shaderbytes 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.