Socket
Socket
Sign inDemoInstall

tactile-core-web

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tactile-core-web

The tactile core package


Version published
Weekly downloads
1
Maintainers
1
Install size
2.65 MB
Created
Weekly downloads
 

Readme

Source

TACTILEweb

Build Status Coverage Status

Game Engine Core

Welcome to the TACTILEweb game engine core library!

The purpose of this codebase is to export a kernel which provides enough surface area to run a very wide array of game genres.

Design

Consider the following state tree:

{
  "engine": {"isRunning": true},
  "updaters": {
    "physicsUpdater": {
      "internal": {},
      "components": [{
        "id": "asd34y",
        "value": {}
      }, {
        "id": "0df9eg",
        "value": { ... }
      }]
    }
  },
  "renderers": {
    "spriteRenderer": {}
  }
}

Contributing

Thank you for your desire to help improve the TACTILEweb library. To get started, clone, then

git submodule init

and finally

npm install

Please visit our contributing doc for commit guidelines.

VS Code Users

This repository comes with a .vscode settings submodule where several extensions are recommended to improve the community development experience. The settings include usage of a font which renders with ligatures. If you do not install this font, the editor will render text in the default system font. Please check out our guide for more information.

Authors

@mlynam

Keywords

FAQs

Last updated on 17 Jul 2017

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