illustspace / aframe-typescript-class-components

A simple tool for writing Aframe components as TypeScript classes.
https://www.npmjs.com/package/aframe-typescript-class-components
MIT License
12 stars 1 forks source link

Feature/decorators #3

Closed will-wow closed 3 years ago

will-wow commented 3 years ago

Goal

Add decorators to make it easier to register components, and add support for systems.

Solution