New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gajse

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gajse

GAJSE - Graphic Adventure JavaScript Engine

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

GAJSE

Graphic Adventure JavaScript Engine

##Introduction GAJSE is a JavaScript library used to create graphic adventures in a real 3D environment that runs on your browser. It runs on all modern browsers and it has a lot of features.

##Features

  • Resource system with cache
  • Easy to learn API
  • Complete, real 3D engine thanks to Three.js
  • Load JSON, Collada and OBJ models via Three.js
  • Translations API (via i18next)
  • Positional audio
  • Integrated collision engine
  • Cutscenes API
  • Simple conversation format
  • Custom HUD in SVG
  • Items API
  • Characters API
  • Integration with node
  • Text-2-Speech availible with meSpeak
  • Support for keyboard input, mouse input and touch input

##Installation GAJSE is availible on npm. Do the following for use it on a project.

npm install gajse --save

Or you can just download the gajse.min.js file here.

##Building

You can manually build gajse:

git clone https://github.com/AdrianArroyoCalle/gajse

cd gajse

npm install

grunt

At your option use uglify-js.

##Tutorial

GAJSE has an official tutorial availible from here or you can use La Maquinaria de Videojuegos which offers a GUI system to create GAJSE games:

  • Official tutorial
  • La Maquinaria de Videojuegos

##Screenshots

We haven't got any screenshot yet. Please, be patient.

##Price GAJSE is under the Affero GPL license so:

  • You can use it for open source projects
  • You should give us credit
  • You can use it on hosted servers, but you need the full source
  • You announce the changes made by you
  • You can use it on commercial projects

But if you need full control of the library, GAJSE offers a Commercial Release:

  • You pay for a Commercial License of GAJSE the only price of 50$
  • You can do whatever you want

Keywords

graphic

FAQs

Package last updated on 06 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts