multipleWindow3dScene icon indicating copy to clipboard operation
multipleWindow3dScene copied to clipboard

How to run this

Open Punyae3671 opened this issue 1 year ago • 13 comments

Hi, I know this question has been answered before, but I am very new to coding, and need a detailed explaination of how and where I am supposed to run this code.

Thank you

Punyae3671 avatar Nov 27 '23 07:11 Punyae3671

python -m http.server 6969

then in your browser go to localhost:6969

NOTE: the python's name can change eg: in window python.exe in linux python3

ayush-india avatar Nov 27 '23 08:11 ayush-india

@Punyae3671 hope this helps

ayush-india avatar Nov 27 '23 08:11 ayush-india

hi dear;

first step install node package manager : node.js

Open CMD and install global http-server : npm install -g http-server

Navigate to the project directory (in the CMD): cd multipleWindow3dScene

Start local server by this command : http-server

and just open http://127.0.0.1:8080 url in your browser

@Punyae3671

Amirhossein256 avatar Nov 27 '23 08:11 Amirhossein256

@Amirhossein256 there is not need of installing http-sever bro,

just simplly use python ;)

ayush-india avatar Nov 27 '23 09:11 ayush-india

@ayush-india come on bro ! It doesn't matter whether we have to install Python or NodeJS. just Run one http server !

Amirhossein256 avatar Nov 27 '23 09:11 Amirhossein256

Yeah bro,

But simplicity is the key

ayush-india avatar Nov 27 '23 09:11 ayush-india

Just go to this website: bgstaal/multipleWindow3dScene.

ok-coder1 avatar Nov 27 '23 11:11 ok-coder1

Close this issue.

ok-coder1 avatar Nov 27 '23 11:11 ok-coder1

The README should be updated as it only says:

Clone the repository and open index.html in your browser to start exploring the 3D scene.

thistlillo avatar Nov 30 '23 11:11 thistlillo

De favor soy de México y no está en mi idioma gracias

Único dueñoDarioRodolfo

El jue., 30 de noviembre de 2023 5:48, Franco Alberto Cardillo < @.***> escribió:

The README should be updated as it only says:

Clone the repository and open index.html in your browser to start exploring the 3D scene.

— Reply to this email directly, view it on GitHub https://github.com/bgstaal/multipleWindow3dScene/issues/25#issuecomment-1833612253, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEJM2TMHVWUM7MNVF4BV4O3YHBXBJAVCNFSM6AAAAAA73SOKS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGYYTEMRVGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Lobohombo avatar Nov 30 '23 14:11 Lobohombo

python -m http.server 6969

then in your browser go to localhost:6969

NOTE: the python's name can change eg: in window python.exe in linux python

No simplicity is not always the key. This is a very good example why. Python is slower compared to nodejs in terms of performance and responsiveness for web dev related tasks. Nobody would ever recommend running js using python

Praful-Prasad avatar Dec 03 '23 16:12 Praful-Prasad

try this npx serve . if you're JS user. the approach requires nodejs environment

heyaibek avatar Feb 24 '24 21:02 heyaibek

https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

vanleminhdat1111 avatar Jul 29 '24 00:07 vanleminhdat1111