Coder Social home page Coder Social logo

kovacsv / visualscriptengineweb Goto Github PK

View Code? Open in Web Editor NEW
22.0 5.0 3.0 5.71 MB

The Emscripten port of VisualScriptEngine.

License: MIT License

CMake 0.65% C 62.34% C++ 35.45% Objective-C 0.26% Batchfile 0.02% HTML 0.12% CSS 0.14% JavaScript 0.98% Python 0.05%
node-editor visual-scripting emscripten cpp javascript

visualscriptengineweb's Introduction

Visual Script Engine Web

Build status

The Emscripten port of VisualScriptEngine.

Live Demo

You can see the live demo here.

Screenshot

Building on Windows

1. Install Prerequisites

You have to install the following software:

  • CMake (3.6 minimum version is needed).
  • Python (version 2.7+ or 3.5+).

2. Install Emscripten SDK

You can find detailed instruction on Emscripten Download and install page. You have to use the following commands to set up the environment for VisualScriptEngineWeb:

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
git pull
emsdk install latest
emsdk activate latest
emsdk install mingw-4.6.2-32bit
emsdk activate mingw-4.6.2-32bit

3. Generate the Visual Studio Project (Optional)

You can create the project with CMake, and build it with Visual Studio. This step is optional. The Visual Studio project is useful if you would like to debug the functionalities, but it is not necessary for building the web application.

mkdir Build
cd Build
cmake -G "Visual Studio 15 2017 Win64" ..
cd ..

4. Generate the Web Application

The easiest way is to run the EmscriptenBuild.bat file from the root directory. It needs three command line parameters:

  • The Emscripten SDK folder (e.g. "C:\Emscripten\emsdk").
  • The result folder of the web application (e.g. "C:\xampp\htdocs\WebApp").
  • The build configuration type (Debug or Release).
EmscriptenBuild.bat C:\Emscripten\emsdk C:\xampp\htdocs\WebApp Release

5. Open it in a Web Browser

  • Set up a web server for the result folder.
  • Open it in a web browser.

visualscriptengineweb's People

Contributors

gaschitz avatar kovacsv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

visualscriptengineweb's Issues

Mixing 3D model viewer and visual script In same UI

Hello,

i would like to know if it would be possible to mix the visual script engine VIew with your other web app for 3D models import (window split in two).
I would like to test a scenario such as creating a visual script node for remeshing and imported model , and see the results (or any kind of geometry/mesh modifier).
If this is possible, could you please share a kind of sample code ? (Basic starter)
Thank you!

Icons for Commands

  • Node Icons (png, 18x18)
    • List Builder
    • Viewer
  • Menu (png, ?)
    • New
    • Open
    • Save
    • Undo
    • Redo
    • Copy
    • Paste
    • Delete
    • Node Settings
    • Group
    • Ungroup

black viewer

Hello,

I tried the Live version, but I can't see anything in viewer (black window) : (using Firefox browser on Win10)
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.