🗻
Norska
  • 🗻Welcome !
  • 🛣️Roadmap
  • 🔥Getting Started
    • Installation
    • Introduction
    • Quick Start
  • 🧊Core
    • Canvas
    • Objects
    • Properties
    • Attach
    • Three
    • Primitive
  • ✨Magic properties
    • $i
    • $three
    • $frame
    • $3
    • $math
    • $irefs
    • $load
      • $loaders
  • 🏗️Features
    • Reactivity
    • Conditional rendering
    • Loop
    • Events
  • ⚙️Advanced
    • Configuration
    • Extending Norska
    • Known issues
Powered by GitBook
On this page
  1. Getting Started

Introduction

PreviousInstallationNextQuick Start

Last updated 1 year ago

Does it have limitations ?

None. Everything that works in Threejs should work here without exception.

If you find something that doesn't work, please write a so I can help you.

Does Norska have to be updated every time Threejs is ?

No, Norska uses Threejs dynamically, with little or no overhead. Unless there's a radical change in the Threejs API, Norska should work without needing to be updated.

To make this documentation easier to understand, I'll use directive to refer to HTML attribute names beginning with x-3, and props to designate its value.

When talking about x-3.color="'red'", x-3.color is the directive while 'red' is it's prop.

🔥
Github issue