Git Product home page Git Product logo

lingo3d's Introduction

This repository is archived. The Lingo3D team is building a game! Please visit https://haxxus.com/ for more detail.

lingo3d's People

Contributors

hubert-hujianhua avatar husky931 avatar ivanli-cn avatar lingosandi avatar pancras-zheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lingo3d's Issues

NFT Gallery 示例在 MacOS 的 Chrome 上十分卡顿

Lingo 3D 是一个非常棒的项目,但是我在运行 NFT Gallery 示例的时候遇到十分意外的卡顿问题。

问题表述

NFTF Gallery 在上述环境运行非常卡顿,官网上的其他没有 Dummy 角色的例子就不会卡顿。我从系统的活动监视器中查看 CPU 与 GPU 资源占用,似乎 Dummy 占用了大量的 CPU 资源,导致了卡顿
在同设备的其他浏览器(FireFox、Safari)中运行正常。

运行环境

操作系统:MacOS Montery 12.4
浏览器:Google Chrome 版本 103.0.5060.114(正式版本) (x86_64)
硬件:Macbook Pro 2018

Vue项目不支持Reticle Joystick

Vue项目不支持Reticle Joystick
准心用DIV处理就行
摇杆自己实现问题有点多,
大佬能不能把这两个控件给放出来呀

模型贴图

请问导入前模型是有贴图的,导入后是黑色的!为什么呢

how to redirect nextjs app to https on cpanel

I'm new whit Reactjs and Nextjs and I develop an online shop project, I deploy it on a Cpanel and I want to redirect it on SSL port HTTPS how to do it

app.js:

`

const { createServer } = require("http");
const { parse } = require("url");
const next = require("next");
const dev = process.env.NODE_ENV !== "production";

const port = !dev ? process.env.PORT : 3000;

// Create the Express-Next App
const app = next({ dev });
const handle = app.getRequestHandler();

app
    .prepare()
    .then(() => {
        createServer((req, res) => {
            const parsedUrl = parse(req.url, true);
            const { pathname, query } = parsedUrl;
            handle(req, res, parsedUrl);
            console.log("pathname", pathname);
        }).listen(port, (err) => {
            if (err) throw err;
            console.log(`> Ready on http://localhost:${port}`);
        });
    })
    .catch((ex) => {
        console.error(ex.stack);
        process.exit(1);
    });

`

Mobile performance Issue

Hi @Hubert-HuJianhua @lingosandi , I cloned from click navigation

I implement the click navigation features on my own existing project

you can test using the link above with normal mobile

the issue here is, on desktop it working fine 60FPS
while the mobile drop so bad. down to 8FPS

do you aware of this issue ?
or it is in your working pipeline to improve mobile performance FPS ?

thanks for building this amazing library <3 !

Issue in Nextjs

Current Behavior

image

Possible Reason

Next.js configs the babel-loader to only transpile the ES6 code in the src folder, any ES6 code imported from node_modules will directly go into final bundle without transpiling.

Context (Environment)

 "lingo3d-react": "^1.2.80"
 "next": "^12.0.7"
 "react": "^17.0.0"
 "nodejs":v16.13.1

How to render text as 3D view?

Hi i want to render text as 3D something like this
Screenshot_20220328-172858
So like i when hardcode write my name it shows in 3d form like shown above

scene中有多个角色的时候,如何设置物理属性?

如果场景中有一个用户控制角色(Dummy)+多个敌人角色(Enemy Model),物理属性的设置如何做?

  • 结构是:world ->1个场景 Model +N个敌人Model +1个第三人称相机 -> 1个主角色Dummy

  • 目前我的设定是 :

  • Dummy -> physics="character"

  • Enemy Model -> physics="character"

  • 这种情况 角色间会穿透

image

  • 如果将Enemy Model 设置成true :
  • Dummy -> physics="character"
  • Enemy Model -> physics={true}
  • 则会报错

image

image

报错:electron 整合lingo3D

报错:vite+vue3ts+electron

electron 整合lingo3D的时候抛出loadGLTF.f72a683d-L5AVPVFP.js拒绝加载脚本的异常
应该是electron默认不允许加载和执行远程的JS脚本,希望完善一下引入loadGLTF的方式

请问有开发者群组或者社区吗?

我看了lingo3D整体的demo还比较少,但是封装的很好,而且很强大。

希望大家有开发者社区能够加入,微信群,邮件组,或者SNS的APP是其他形式的开发者社区。

如果是lingo3D的开发者,有社区的,欢迎联系啊 [email protected] , 或者是微信: xinqiyang 拉我进入组织。

接下来也将投入大量时间在lingo3d的开发上。 希望和大家多交流。

i need some guides plz

hi,Author!

I'm learning this,but the document is hard to understand.Can you share me a copy of the source code about "fairy-tale",plz?

send to e-mail [email protected],thx!!!!!

穿墙,悬空

image
image
image
人物model的physics属性开了character,建筑的physics属性开了map,但还是穿墙+悬空是我设置的问题吗?

打包编译报错

Unexpected token (1416:25933)
at node_modules/lingo3d-vue/dist/enableBVHMap.60be4419.mjs:1416:25933
error during build:
SyntaxError: Unexpected token (1416:25933)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.