Code Monkey home page Code Monkey logo

Comments (20)

EstebanMAP avatar EstebanMAP commented on July 1, 2024 11

Wanna also, the code are with 2 squares, wanna to know how can we do this spherical effect.
imagem_2023-11-24_114236291

from multiplewindow3dscene.

loneicewolf avatar loneicewolf commented on July 1, 2024 7

I agree :) will watch this convo closely 👍🏼

from multiplewindow3dscene.

ShinoKana avatar ShinoKana commented on July 1, 2024 6

https://github.com/ShinoKana/multipleWindow3dScene
cba819282e1fc915f926f2ed45a97e3

from multiplewindow3dscene.

jiangjiang2754 avatar jiangjiang2754 commented on July 1, 2024 6

.ball {
width: 150px;
height: 150px;
border-radius: 50%;
position: relative;
transform-style: preserve-3d;
animation: spin 5s linear infinite;
}
.ball::before, .ball::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #c1c1c1;
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.ball::before {
transform: rotateY(90deg) translateX(75px);
}
.ball::after {
transform: rotateX(90deg) translateY(75px);
}
@Keyframes spin {
0% {
transform: rotateX(0deg) rotateY(0deg);
}
100% {
transform: rotateX(90deg) rotateY(360deg);
}
}
The effect of the above code is a three-dimensional gray sphere, constantly rotating.

from multiplewindow3dscene.

Runtrons avatar Runtrons commented on July 1, 2024 2

@jiangjiang2754 How do apply this css code?

I don’t think that’s the same thing. But, I would ask chat gpt.

from multiplewindow3dscene.

Nickeldon avatar Nickeldon commented on July 1, 2024 1

@jiangjiang2754 How do apply this css code?

I don’t think that’s the same thing. But, I would ask chat gpt.

Don't use ChatGPT. It will just make your life harder (in terms of coding). Rather start to learn web developement

from multiplewindow3dscene.

P3trol avatar P3trol commented on July 1, 2024

Amazing code!

from multiplewindow3dscene.

EstebanMAP avatar EstebanMAP commented on July 1, 2024

ye amazing, good job, but if someone still have the code who him post on instagram, let us know

from multiplewindow3dscene.

loneicewolf avatar loneicewolf commented on July 1, 2024

thanks for posting this screenshot @ShinoKana

from multiplewindow3dscene.

Runtrons avatar Runtrons commented on July 1, 2024

Yes, PLEASE. I need the code it’s so cool! I’ll literally pay a couple bucks.

from multiplewindow3dscene.

CypherpunkSamurai avatar CypherpunkSamurai commented on July 1, 2024

Reference https://www.instagram.com/reel/Cz827m0tYy1/?igshid=MzRlODBiNWFlZA==

from multiplewindow3dscene.

abhilash-malkar avatar abhilash-malkar commented on July 1, 2024

but there is no effect like shown in instagram

from multiplewindow3dscene.

hojooo avatar hojooo commented on July 1, 2024

@jiangjiang2754
How do apply this css code?

from multiplewindow3dscene.

loneicewolf avatar loneicewolf commented on July 1, 2024

@jiangjiang2754 How do apply this css code?

I don’t think that’s the same thing. But, I would ask chat gpt.

Don't use ChatGPT. It will just make your life harder (in terms of coding). Rather start to learn web developement

agree here, it's a bit better to use manual coding than a bot, even if the bot would produce, a actual good code, it's better to learn it :)

from multiplewindow3dscene.

Lobohombo avatar Lobohombo commented on July 1, 2024

from multiplewindow3dscene.

loneicewolf avatar loneicewolf commented on July 1, 2024

english? sorry :o

from multiplewindow3dscene.

Lobohombo avatar Lobohombo commented on July 1, 2024

from multiplewindow3dscene.

Runtrons avatar Runtrons commented on July 1, 2024

@jiangjiang2754 How do apply this css code?

I don’t think that’s the same thing. But, I would ask chat gpt.

Don't use ChatGPT. It will just make your life harder (in terms of coding). Rather start to learn web developement

I asked it to recreate the orb (From a single image), this is what GPT4 did first try:
Screenshot 2023-11-26 at 9 06 52 PM

If you truly think that then its because you have not tried GPT4 or you do not know how to use it.

from multiplewindow3dscene.

loneicewolf avatar loneicewolf commented on July 1, 2024

@jiangjiang2754 How do apply this css code?

I don’t think that’s the same thing. But, I would ask chat gpt.

Don't use ChatGPT. It will just make your life harder (in terms of coding). Rather start to learn web developement

I asked it to recreate the orb (From a single image), this is what GPT4 did first try: <img alt="Screenshot 2023-11-26 at 9 06 52 PM" width="494" src="https://private-user-images.githubusercontent.com/67560747/287079947-

If you truly think that then its because you have not tried GPT4 or you do not know how to use it.

I think he just meant generally speaking, that is - don't recommend to use GPT because the code or output might be bad in some way that we dont know or is hard to identify (note, I am not saying it's not good to use it, im saying just be careful) :)

from multiplewindow3dscene.

ruijieren98 avatar ruijieren98 commented on July 1, 2024

We also tried to develop the code toward 3D effect for a bit. Check it here https://github.com/ruijieren98/multipleWindow3dScene

from multiplewindow3dscene.

Related Issues (20)

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.