All Projects → lfkdsk → Justweengine

lfkdsk / Justweengine

An easy open source Android Native Game FrameWork.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Justweengine

Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+1.18%)
Mutual labels:  game-development, engine, 2d-game-engine
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-56.04%)
Mutual labels:  game-development, engine, 2d-game-engine
Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-89.37%)
Mutual labels:  game-development, engine, 2d-game-engine
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (-67.72%)
Mutual labels:  game-development, engine, 2d-game-engine
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+169.55%)
Mutual labels:  game-development, engine, 2d-game-engine
Sucle
Common Lisp Voxel Game Engine
Stars: ✭ 239 (-68.64%)
Mutual labels:  game-development, engine
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+322.7%)
Mutual labels:  game-development, 2d-game-engine
Nero-Game-Engine
Advanced SFML Game Engine, Designed to be Simple and Intuitive
Stars: ✭ 50 (-93.44%)
Mutual labels:  engine, 2d-game-engine
Pumpkin-Engine
A powerful and capable 2d game engine in Kotlin
Stars: ✭ 1 (-99.87%)
Mutual labels:  engine, 2d-game-engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-73.1%)
Mutual labels:  game-development, engine
tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (-96.06%)
Mutual labels:  engine, 2d-game-engine
RendererEngine
2D - 3D Renderer Engine builds with OpenGL, SDL2, C++
Stars: ✭ 17 (-97.77%)
Mutual labels:  engine, 2d-game-engine
Awesome Haxe Gamedev
Resources for game development on haxe
Stars: ✭ 213 (-72.05%)
Mutual labels:  game-development, engine
Joymachine Public
All sorts of random publicly-available information, assets, scripts, and more as we (Joy Machine) work on our projects.
Stars: ✭ 210 (-72.44%)
Mutual labels:  game-development, engine
Flaxengine
Flax Engine – multi-platform 3D game engine
Stars: ✭ 3,127 (+310.37%)
Mutual labels:  game-development, engine
glazejs
A high performance 2D game engine built in Typescript
Stars: ✭ 96 (-87.4%)
Mutual labels:  engine, 2d-game-engine
Ggez
Rust library to create a Good Game Easily
Stars: ✭ 3,120 (+309.45%)
Mutual labels:  game-development, engine
Glide
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
Stars: ✭ 353 (-53.67%)
Mutual labels:  game-development, 2d-game-engine
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-26.12%)
Mutual labels:  game-development, 2d-game-engine
Hge
HGE 1.9 configured with CMake DirectX9 version, with shaders. The classic 1.8.1. version is in the `master` branch if you ever need that.
Stars: ✭ 185 (-75.72%)
Mutual labels:  game-development, 2d-game-engine

JustWeEngine - Android Game FrameWork

logo
Android Arsenal GitHub release Hex.pm

An easy open source Android Native Game FrameWork.

Engine Flow Chart

engine

How To Use?

  • Import Engine's module as Library.

  • Import engine.jar in your project from "/jar".

  • With Gradle:

    • Step 1. Add the JitPack repository to your build file
      Add it in your root build.gradle at the end of repositories:
      	allprojects {
    		repositories {
    			...
    			maven { url "https://jitpack.io" }
    		}
    	}
     	
    
    • Step 2. Add the dependency
        dependencies {
            compile 'com.github.lfkdsk:JustWeEngine:v1.13'
      }
    	
    
  • With Maven:

    • Step 1. Add the JitPack repository to your build file
      <repositories>
    	<repository>
    	    <id>jitpack.io</id>
    	    <url>https://jitpack.io</url>
    	</repository>
    </repositories>
    
    
    • Step 2. Add the dependency
    	
      <dependency>
        <groupId>com.github.lfkdsk</groupId>
        <artifactId>JustWeEngine</artifactId>
        <version>v1.13</version>
    </dependency>
    
    

Engine in V1.13

User Guidance

English Guidance

中文教程

繁體中文教程

JustWeEngine's WiKi

Feedback

Please send your feedback as long as there occurs any inconvenience or problem. You can contact me with:

License

Copyright 2017 [刘丰恺](http://www.cnblogs.com/lfk-dsk/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file 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, software
distributed 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 and
limitations under the License.
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].