Home › Forums › General Questions › Some questions about Verge3D
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by gfxgeezer.
-
AuthorPosts
-
2018-02-15 at 7:42 am #2157gfxgeezerParticipant
Hi,
I’m considering trying out Verge3D, I have some questions on what it IS:for example, can I have an input box on a website, and if someone writes “CRAZY” and clicks Submit, the site will show “CRAZY” in *3D* text?? ie. does it interact with the REST of the browser?
2) Suppose I have a 3d model of a human head – when I click it, I want smoke to come out of the head – is this possible to do on a website?? Will this kind of thing involve Python coding INSIDE Blender, or will it be done in Verge#D? I find the whole thing a little confusing….
Can any game made inside Blender be put on a website with Verge3D?
Thanks.
2018-02-15 at 8:04 am #2158Yuri KovelenovStaffHi,
does it interact with the REST of the browser?
absolutely. There i so called External Interface which allows Puzzles to communicate with JS code and vice versa.
is this possible to do on a website?? Will this kind of thing involve Python coding INSIDE Blender, or will it be done in Verge#D?
Everything is done on the browser side. With Puzzles you can do many tasks w/o coding.
2018-02-16 at 6:24 pm #2187gfxgeezerParticipantThanks for your reply, Yuri.
Just out of curiosity – what kind of knowledge is required to build something like this? It seems almost an UNBELIEVABLY amazing piece of software, this thing… How exactly does one generate Javascript??!!
Where did you get the skills to make this?Are you by any chance a demoscener? :)
2018-02-17 at 8:23 am #2190Yuri KovelenovStaffwhat kind of knowledge is required to build something like this? It seems almost an UNBELIEVABLY amazing piece of software, this thing
Thanks for your kind words. Puzzles are possible thanks to the Blockly framework, which in turn is being developed by Google hackers.
How exactly does one generate Javascript??!!
Each puzzle represents a certain piece of JS code, with inputs and outputs representing function arguments and return values. Connected together, puzzles produce a chain of JS function calls. Node-based shader editors work in a similar fashion.
Where did you get the skills to make this?
We have been working in this industry for 9 years
Are you by any chance a demoscener?
Nope, but I love nice little 3D scenes, thats for sure! :)
2018-02-17 at 1:18 pm #2193gfxgeezerParticipant>We have been working in this industry for 9 years
No, I meant which college or whatever did you go to? What did you study there?
>Nope, but I love nice little 3D scenes, thats for sure! :)
No no – just Google “demoscene”. You might like it :)
-
AuthorPosts
- You must be logged in to reply to this topic.