Using javascript for custom purposes

后端 未结 3 1660
温柔的废话
温柔的废话 2020-11-29 12:55

I am writing a raytracer as a part of my complete 3d engine. I am planning on using javascript for the scripting language instead of writing my own. The question is how can

3条回答
  •  情深已故
    2020-11-29 13:38

    There are many standalone implementations of JavaScript that you may be able to leverage for this purpose:

    Here is a link to the stackoverflow info page on JavaScript which lists at the top many of these implementations: https://stackoverflow.com/tags/javascript/info

提交回复
热议问题