Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aura

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

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)

  • 0.13.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 08 Feb 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc