Lightnet
Lightnet
Bug found I guess. gun.get('foo').get('bar').put(sea key) This code should but it need to string to work. As for user.get('foo').put(sea key). Which works without need string but json format. gun.get('foo').get('bar').once() Will...
I found out that it was not possible to attach camera to scene as I need to create attach object like text 2d to the camera. I tested from react...
I found that cannon npm package is outdate. But found the cannon-es is same but update and tested that work. But not sure how it physics code works. Just simple...
Can't seem to get the root public root for web page. Using beaker but when try to connect it does not display correct root file path. It display c:\ drive...
It seem some examples are not working with the new update changes. Could you check them to rework the new updates? Trying to get the cube example to work but...
Trying to run some example for easy understand how this code work with Love2D and Lovr. Not much docs example or explain how it works. server.lua ``` for peerIndex =...
Did try the desktop and fail to load html. Did try the terminal and it launch desktop and not terminal. Windows 10 64bit nodejs 20.11.1 pear 1.0.2 ``` 024-03-22T21:56:33.258Z cli...
I did try to use require or from import from luau. It crashed. I wonder if the file in script loading or not enable? ``` local foo require "foo" ```...
Just testing the windows 64 bit. ``` -- test_ffi.lua local ffi = require "ffi" ffi.cdef [[ typedef struct { float x, y; } Pos; ]] local p = ffi.new("Pos") local...
I am total lost how the collision filter works. https://rapier.rs/docs/user_guides/javascript/colliders Is there JavaScript easy call to convert to bit value? ``` function collisionGroup(id , groups=[]){ //... return //bit value }...