+ 11
How to make 3d things with HTML????
I saw many programs which have 3d objects.....plsss help me
28 Réponses
+ 13
You can do simple 3d shapes by css also.For complex go for javascript or canvas as Namit Jain said
+ 10
Learn JavaScript and canvas
+ 7
To make the texts,or blocks in 3d style,use{text- shadow:5px 5px 5px color}
+ 6
Anas Dharar canvas?
+ 6
Use box shadow. That might help you.
+ 5
You can use canvas and JS for it
+ 4
ᴉsɯ@ʌ🙃🙃 Ohh yaaah 😋
Using that 'perspective' tag 🙌
+ 4
Probably use 3JS.
+ 4
You can create 3d objects using canvas but drawing graphics in it needs the knowledge of JavaScript.
Example:
https://code.sololearn.com/WCUFilG3IIB0/?ref=app
https://code.sololearn.com/WhNiW5Bpjk4R/?ref=app
Happy coding </>
+ 3
Namit Jain yes bro perspective, transform tags makes the feel of 3d.
+ 3
Thanks Namit Jain and !smᴉsɯ@ʌ🙃🙃 ......thanks a lot!🙂
+ 3
Programmer i think box shadow doesn't make 3d objects, it just create a shadow behind it.
+ 2
You should learn webgl.
Through this you can create 3d objects and scenes
Very very easily
+ 2
Check the svg topic. Youll understand better
+ 2
research on WebGL
+ 2
Try using JavaScript...Your life will be much easier
+ 2
You can't make 3d objects only using HTML, css and javascript are required
+ 1
Learn html with canvas and svg and javascript to be able to make 3D things.
And if you try to learn css ,even if just the basic that will be good to you bro.