S
S
Shamhaner2019-04-15 00:08:14
Canvas
Shamhaner, 2019-04-15 00:08:14

3d in web development, what is relevant at the moment?

I would like to hear advice on this topic. I’m trying to understand which technology is leading, which one is developing, and which one is going to another world, what should I focus on, is it worth spending time studying this topic or not? If you have any recommendations, I'd be happy to take a look. It is desirable to immediately link to the documentation and reasonable arguments.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavlo Ponomarenko, 2019-04-15
@Shamhaner

I recommend Pixie . Or ThreeJS for 3D)

M
Mikhail Bukhman, 2019-04-22
@michaelbuhman

Now three-dimensional engines sharpened for the web are relevant. These are primarily Three.js (the most popular and versatile), Babylon.js (more powerful, browser-oriented) and Verge 3D (allows you to create interactive scenes without programming in JavaScript).

A
Artem, 2017-02-20
@Mike_Ro

$dbHost = 'localhost';
$dbName = 'test';
$dbUser = 'root';
$dbPassword = '';

$dataBase = new mysqli($dbHost, $dbUser, $dbPassword, $dbName);

$title = '123';
$result = $dataBase->query("INSERT INTO projects (`title`) VALUES ('$title')");
if($result){
echo 'ok';
} else {
echo $dataBase->errors;
}

R
Rurik Rostislavich, 2017-02-20
@snipeer777

INSERT INTO projects
SET 
title='$title',
texts='$texts'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question