Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.

License

NotificationsYou must be signed in to change notification settings

StrongJoshua/libgdx-inGameConsole

Repository files navigation

This is a libGDX library that allows a developer to add a console (similar to how it is featured in Source games) to their game. Check out the changelog at mywebsite!

How it works

Essentially what the console allows you to do is specify commands that you will be able to access from within the game, using the console. The console also enables live logging from within the application.

Purpose

This console speeds up development substantially by removing the need to recompile a program every time a minute change is made, specifically in regard to manipulating constants or other values when balancing a game, for example.

Integration

Gradle

Add the following line to your build.gradle file under the dependencies section of thecore project:
compile "com.strongjoshua:libgdx-inGameConsole:{version}"
Replace{version} with the newest version number!

Then simply right-click the project and chooseGradle->Refresh All.

Maven

Right-click on your project and chooseMaven->Add Dependency and search forstrongjoshua. Make sure to choose the most recent version if multiple appear!

Eclipse

First, clone this project to your computer andadd it to Eclipse. Then simply click on your project, and chooseBuild Path->Configure Build Path. Then go toProjects->Add and add the cloned project.

Versions

Latest Stable:1.0.0
Latest Snapshot:

How the Numbers Work

First Digit

This digit goes up whenever I feel that the project has reached a milestone and/or no longer resembles the first version in it's current digit (e.g.: 0.13.3 is completely different from 0.1.0).

Second Digit

This digit goes up whenever a new feature is added, but if two or more features are added in one group of updates, this digit will still only rise by one. This number resets to 0 when the first digit goes up.

Third Digit

This digit goes up whenever a bugfix is released. This number resets to 0 when the second digit goes up.

License

Copyright 2015

Licensed under the Apache License, Version 2.0 (the "License");you may not use these files except in compliance with the License.You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

About

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors13

Languages


[8]ページ先頭

©2009-2025 Movatter.jp