Home › Forums › General Questions › general starter questions about licenses etc
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2020-03-31 at 4:38 pm #25181thomasupCustomer
hello all,
short background: we are a design studio, also working on web based 3d experiences.
we used a different codebase/plugin in the past, and are considering switching to verge3d, as it seems quite capable. but we do have some questions about the usage and terms of the platform:– for deployment, the documentation page mentions to simply upload the application folder content to a web server. is there also a packer / minimizer included in the verge3d package? i was unable to find anything here, so i assume we have to take care of these things on our own?
-licensing: the Team version is listed as not having “Modifications allowed”. what exactly does this mean? i assume making changes to the minimized “v3d.js”? reason beeing, with our old library, we had to make several changes and bugfixes to the codebase, so it would be interesting to know which changes are allowed as part of the “team” licence.
p.e. we will definitely need our own preloader. not beeing allowed to modify such simple things would be a deal breaker.2020-03-31 at 5:20 pm #25182Yuri KovelenovStaffHi,
is there also a packer / minimizer included in the verge3d package? i was unable to find anything here, so i assume we have to take care of these things on our own?
you can additionally compress your assets. Other files are already minified.
what exactly does this mean? i assume making changes to the minimized “v3d.js”? reason beeing, with our old library, we had to make several changes and bugfixes to the codebase, so it would be interesting to know which changes are allowed as part of the “team” licence.
Enterprise version offers the so called Development Kit (‘Team’ does not have it). So if you want to modify the engine runtime (e.g. apply your own bug fixes), consider Enterprise.
we will definitely need our own preloader
preloader is a customizable thing which you are free to modify under any license
Hope this helps!
2020-03-31 at 5:36 pm #25183thomasupCustomerthank you for the quick reply!
this infomration helps a lot.minimizing:
i think your response referes to the included “v3d.js” etc.
but if we are to include our own js,css libraries, we will have to minify the complete package (into one js,css etc) ourselves, i assume.license: thank you for clarifying
preloader:
thank you for the link! i was looking for some kind of callback, as we need more control, but i will have a closer look2020-04-01 at 7:03 am #25203Yuri KovelenovStaffbut if we are to include our own js,css libraries, we will have to minify the complete package (into one js,css etc) ourselves, i assume.
yup, this would be your responsibility :)
-
AuthorPosts
- You must be logged in to reply to this topic.