Skip to content

unigine-plugins/Sea5kgPython3Scripting_editorplugin

Repository files navigation

unigine-editor-python3scripting

IN-PROGRESS...

Server API Coverage

Pluging for scripting by python3 in Unigine Editor https://unigine.com/get-unigine/

scoreboard

Prebuilded versions here

here

Plugins system of Unigine Editor

schema0

build

build python

on windows:

> cd source/plugins/Sea5Kg/Python3Scripting/
> build_python.bat

on linux:

$ cd source/plugins/Sea5Kg/Python3Scripting/
$ build_python.bat

build pugin

Required:

  1. cmake 3.19+
  2. Python 3+
  3. on windows: Visual Studio 17 2022

Build on linux

Python:

$ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.17 bash -c "cd source/plugins/Sea5kg/Python3Scripting && ./build_python.sh"

Plugin:

$ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.17 ./build_plugin.py

Useful

Mp4 to gif

https://ezgif.com/video-to-gif/

or

ffmpeg -ss 4 -t 50 -i create_node.mp4 -vf "fps=5,scale=1600:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 create_node.gif