All Projects → pacampbell → Game

pacampbell / Game

Java 2D game library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Game

Werender
Simple, light-weight, Canvas library for 2D rendering
Stars: ✭ 13 (-91.72%)
Mutual labels:  2d-graphics, library
Fbg
Lightweight C 2D graphics API agnostic library with parallelism support
Stars: ✭ 349 (+122.29%)
Mutual labels:  2d-graphics, library
Rot.js
ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
Stars: ✭ 2,002 (+1175.16%)
Mutual labels:  library
Rpimotorlib
RpiMotorLib : Raspberry Pi Motor Library : A python 3 library for various motors and servos to connect to a raspberry pi
Stars: ✭ 156 (-0.64%)
Mutual labels:  library
Dem.net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
Stars: ✭ 153 (-2.55%)
Mutual labels:  library
Gappein Chat Sdk
A plug and play modular toolkit for integrating the Chat feature on top of Firebase!
Stars: ✭ 154 (-1.91%)
Mutual labels:  library
Paintablevectorview
PaintableVectorView enables to change color of paths/groups in Vector Drawable (SVG)
Stars: ✭ 156 (-0.64%)
Mutual labels:  library
Python Quickui
Scientific One-Liner Interactive GUI Library
Stars: ✭ 153 (-2.55%)
Mutual labels:  library
Ifvisible.js
Crossbrowser & lightweight way to check if user is looking at the page or interacting with it.
Stars: ✭ 1,896 (+1107.64%)
Mutual labels:  library
Codeeditor
Code Editor Native Way
Stars: ✭ 155 (-1.27%)
Mutual labels:  library
Dotnet Etcd
A C# .NET (dotnet) GRPC client for etcd v3 +
Stars: ✭ 157 (+0%)
Mutual labels:  library
Harfbuzz
HarfBuzz text shaping engine
Stars: ✭ 2,206 (+1305.1%)
Mutual labels:  library
Atty
are you or are you not a tty?
Stars: ✭ 153 (-2.55%)
Mutual labels:  library
Pulltobounce
Animated "Pull To Refresh" Library for UIScrollView. Inspired by https://dribbble.com/shots/1797373-Pull-Down-To-Refresh
Stars: ✭ 1,866 (+1088.54%)
Mutual labels:  library
Jails
An alternative for Javascript Vanilla Applications
Stars: ✭ 153 (-2.55%)
Mutual labels:  library
Isobmff
C++ Library for ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, HEIF, etc)
Stars: ✭ 157 (+0%)
Mutual labels:  library
Garland View Android
≡ GarlandView seamlessly transitions between multiple lists of content. Made by @Ramotion
Stars: ✭ 1,855 (+1081.53%)
Mutual labels:  library
Android Ui Animation Components And Libraries
Android UI libraries, components and animations by @Ramotion
Stars: ✭ 1,982 (+1162.42%)
Mutual labels:  library
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (-1.27%)
Mutual labels:  library
Kratos
A modular-designed and easy-to-use microservices framework in Go.
Stars: ✭ 15,844 (+9991.72%)
Mutual labels:  library

2D Java Game Framework

A collection of classes used for 2d game programming in Java. Much of the dirty work is taken care which makes this useful for beginner game programmers.

Installation

  1. install the java JDK7.
  2. clone this repo.
  3. run make.bat if on windows, make.sh if on linux, or compile it with netbeans.
  4. add the .jar file created to your project.

Usage

After building the framework, add the .jar file to your project. Once added to your project have your class extend "game.framework.Game" and implement all the methods from the abstract class. Once everything is set up correctly just run the project and you should see a blank window with a blue background. (Better instructions to come later! :p)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].