npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gajse

v0.1.0

Published

GAJSE - Graphic Adventure JavaScript Engine

Downloads

1

Readme

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:

##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