Giter VIP home page Giter VIP logo

lookingglass's Introduction

LookingGlass

LookingGlass is an API mod targeted at providing tools and systems for mods to render locations in other dimensions.

Since the Minecraft Client has no concept of other dimensions, LookingGlass gives it one and adds systems for the server to send information to clients about worlds other than the one the client is currently in.

Usage Information

It is advised that you work from a released API jar, rather than from the source code provided here. This will help avoid conflicts in Minecraft instances.

Getting the API

Maven Repo

repositories {
	maven {
		name "xcompwiz"
		url "http://maven.xcompwiz.com"
	}
}
dependencies {
    compile "com.xcompwiz.lookingglass:lookingglass:0.2.0.00:dev"
}

Manual Download

You can manually obtain an API jar from the LookingGlass CurseForge page: http://minecraft.curseforge.com/mc-mods/230541-lookingglass

Once equipped with your API version of choice (the most recent one, right?), you can put it in the "jars" folder at the same level as your gradle scripts. You may need to create this folder. You can then either import the jar manually into your workspace or rerun the gradle command to build your workspace of choice: ex: gradlew.bat eclipse

Getting Started

LookingGlass uses a very robust but rather complex method of maintaining its API versions. This allows it to support older versions of the API alongside new versions, but there is a small cost of complexity. It is recommended you look at the APIInstanceProvider class. It should be well documented in its usage and how to get it. Once you have your instance of this class you are ready to get into LookingGlass's API properly.

Available API Interfaces

It is also possible to get a list of interfaces and their available versions supported from the APIInstanceprovider

Currently LookingGlass only has one API interface, the "view" API at version 1. Request your copy of this API from the instance provider using the identifier "view-1".

lookingglass's People

Contributors

guichaguri avatar xcompwiz 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.