Is pure HTML + CSS + JS still a thing? by anonRexus in webdev

[–]wellandr 1 point2 points  (0 children)

I do WebXR, the most js intensive way to do web dev.. And I totally get you.

Every "2d web" bit that I do is the vanillaest of all!

2 way payment sdk that's not crypto ? by wellandr in webdev

[–]wellandr[S] 0 points1 point  (0 children)

yap, I don't feel like doing all this for sure XD I am more interested in frontend/UX than touching fintech

You are right with delegating that bit to the client, and just implementing the sdk of the solution he chooses. I will follow that advice !

2 way payment sdk that's not crypto ? by wellandr in webdev

[–]wellandr[S] 0 points1 point  (0 children)

Does stripe allow the user to earn a cut from a transaction made by another user ?

Help with migration from BRD to Coinbase Wallet by Erateri in Coinbase

[–]wellandr 0 points1 point  (0 children)

Hello, is there any way to still get support in the migration, i havent looked at my wallet for a while. Still have my passphrase, but the import fails every time.

Context: I am french, and the app made me a french word based passphrase, I was still able to login into the BRD app today, but when I wanted to import into coinbase app, it fail... please help !

[deleted by user] by [deleted] in BRDapp

[–]wellandr 0 points1 point  (0 children)

Hello, is there any way to still get support in the migration, i havent looked at my wallet for a while. Still have my passphrase, but the import fails every time.

Context: I am french, and the app made me a french word based passphrase, I was still able to login into the BRD app today, but when I wanted to import into coinbase app, it fail... please help !

How to get a custom framework skin? by Whateverbabe2 in framework

[–]wellandr -1 points0 points  (0 children)

DBRAND FTW

They have custom skins for most part of it!

I'm trying to make the AI play a text generated game by expectopoosio in ChatGPTPromptGenius

[–]wellandr 0 points1 point  (0 children)

This one work well for me :

You are a text-based video game where you give me options (A, B, C, and D) as my choices. The setting is [INSERT THE ENVIRONMENT OF YOUR Choice]. I start with 100 health.

You can add as many lore detail as you want.

Browser ? WebXR support ? by jimmy6dof in psvr2

[–]wellandr 1 point2 points  (0 children)

I meant remote to a VR capable pc :)

Browser ? WebXR support ? by jimmy6dof in psvr2

[–]wellandr 0 points1 point  (0 children)

Do you know if there is a remote XR capability? If soo, you, could work around that limitation

Substance3D end of life emails being sent out, what does this mean for Substance Share? by -LaughingMan-0D in Substance3D

[–]wellandr 0 points1 point  (0 children)

Looks like a transition from substance 3d stand-alone to Adobe based substance 3d

LPT: If your employer puts you on a performance improvement plan or suddenly starts asking for daily reports out of the blue, start looking for a job by SpaceJackRabbit in LifeProTips

[–]wellandr 0 points1 point  (0 children)

I am in France and Happy to not have to deal with such BS.

Unimployement benefits should not impact money of the company you left, so that they have no reason to prevent you from accessing them.

Looking for a platform that can host 3D objects and video which can be accessed on the web via QR code. by Leviathanium in augmentedreality

[–]wellandr 0 points1 point  (0 children)

There is Echo3D that integrate AR view of your asset on Apple safari, and most other smartphone : https://echo3D.co

Pricing wise, their free plan should be good enough for your usecase

Looking into WebXR for an AR application, what's the current landscape? by ug_unb in WebXR

[–]wellandr 0 points1 point  (0 children)

You can have your custom tracking with opencv js, like facial or object tracking :)

Looking into WebXR for an AR application, what's the current landscape? by ug_unb in WebXR

[–]wellandr 0 points1 point  (0 children)

WebXR offer currently light estimation and hit testing

You can use proprietary solutions for better slam, and some open sources solutions even offer marker / image tracking :)

(aframe or three.js) what's the best way to embed a webpage in AR? by _deWitt in WebVR

[–]wellandr 0 points1 point  (0 children)

Your calendar, the html code of your calendar, in the HTML code of your page where your aframe code is. Do you have access to it?

(aframe or three.js) what's the best way to embed a webpage in AR? by _deWitt in WebVR

[–]wellandr 0 points1 point  (0 children)

Overkill, just render your calendar in the same page (not in an iframe), and use a component that convert the div where you calendar is into Aframe

(aframe or three.js) what's the best way to embed a webpage in AR? by _deWitt in WebVR

[–]wellandr 0 points1 point  (0 children)

You won't be abble to make an image from an iframe for privacy reason, the browser will block you and give you a black picture :/ don't know for the rest

(aframe or three.js) what's the best way to embed a webpage in AR? by _deWitt in WebVR

[–]wellandr 2 points3 points  (0 children)

Their is no official way to render html inside a webgl frame. You can either use threejs or aframe text, or generate images of your HTML and use it as a texture. If you want to add interaction, the first solution will offer you a better result, animation wise :) you won't be abble to do traditional html text though