FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

daScript/examples/node-editor at revert_fence · WhyNot135/daScript · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Node Editor Example

Demonstrates imgui-node-editor bindings via the dasImguiNodeEditor daspkg package.

Setup

cd examples/node-editor
daslang.exe ../../utils/daspkg/main.das -- install

This installs dasImgui and dasImguiNodeEditor into modules/ and builds the C++ shared modules automatically.

Run

daslang.exe -project_root . imgui_node_editor_basic.das

Requirements

  • daslang SDK (built with DAS_GLFW_DISABLED=OFF)
  • CMake 3.16+
  • C++17 compiler
  • OpenGL

Back | FazBrowse Home | New Git URL