Socket
Socket
Sign inDemoInstall

aura

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aura

[![NPM](https://badge.fury.io/js/aura.svg)](https://badge.fury.io/js/aura)


Version published
Weekly downloads
14
increased by1300%
Maintainers
1
Install size
732 kB
Created
Weekly downloads
 

Readme

Source

Aura

NPM

Aura is a work-in-progress TypeScript/WebGL general-purpose game engine, designed to enable the swift implementation of both 2D and 3D browser games and providing a large base of built-in utility.

Built on the Entity-Component-System architecture and operating on the concept of distinct game States, Aura aims to enable a compartmentalised approach to game creation, supporting developments of varying complexity.

Goals:

  • Zero (or close to) dependencies
  • Simplistic and easy-to-approach API and project structure
  • Flexible rendering engine, with support for custom Shaders and Components
  • Large base of built-in utility, serving many use-cases out of the box
  • Support for both 2D and 3D game creation
  • Multiple input/control schemes (Keyboard/Mouse, Gamepad, Touch)
  • Approachable documentation
  • Comprehensive testing
  • Potentially: Desktop and Mobile builds

Documentation

(Under Construction) Aura Documentation

Usage

Quickstart

To get up and running with Aura fast, see the following Template Repositories:

NPM

npm install aura

CDN

<script src="https://unpkg.com/aura/publish/_min/aura.min.js"></script>

FAQs

Last updated on 08 Feb 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc