Questions tagged [lume]

For questions relating to LUME, a toolkit consisting of HTML elements for creating 2D or 3D graphical experiences, as well as a system for creating new 3D elements.

LUME is toolkit for creating 2D or 3D graphical experiences with HTML building blocks. LUME has a Custom Element system that allows developers to create higher-level 2D or 3D HTML elements composed of LUME's lower-level 3D elements. LUME mixes CSS rendering with WebGL rendering, to allow for effects such as shine and shadow on traditional HTML content.

http://github.com/lume/lume

4 questions
1
vote
1 answer

Vendoring npm packages in deno

How does one vendor a npm package in deno? import_map.json: { "imports": { "lume/": "https://deno.land/x/lume@v1.12.1/", } } Lume has some npm dependencies, like…
anick
  • 111
  • 3
1
vote
0 answers

(Google Chrome bug?) Why do pointerover and document pointerup events not fire sometimes?

In the following example, dragging the cube to another grid cell works the first time or two. But if you keep trying to let go, and then drag the cube to a new cell, you'll find sometimes it doesn't work. You will notice, that when it doesn't work,…
trusktr
  • 44,284
  • 53
  • 191
  • 263
0
votes
0 answers

call laravel api inside docker service from localhost

I have 2 PHP applications one is laravel and the other is lumen, the lumen one is inside docker-compose service and the laravel one is in localhost I want to consume an API that is in the lumen app inside docker from the laravel one but every time I…
Ali Bedaer
  • 395
  • 1
  • 4
  • 12
0
votes
1 answer

Is it possible to create a duplicate UUID in laravel?

I am making UUIDs like this: Uuid::uuid4(); and save in a database as track id. Is it possible to create a duplicate UUID?
mohammad
  • 95
  • 7