Giter VIP home page Giter VIP logo

demo-unreal's Introduction

Demo Unreal

Preparation

Examples

  • unreal_basal
    • Actor classes

Houdini

HDK

Examples Compiled

# set path=C:\Program Files\Side Effects Software\Houdini 18.5.351 Python3\bin;%path%
cd C:\DEV_PROJECT\dev-repository\demo-unreal\houdini_delve\hdk_examples\build
cmake ..
cmake --build . --config Release -- /M:8

Resources

# Generated by hcustom --output_makevars
WIN32_KIT = C:/Windows Kits/10
WIN32_KIT_VERSION = 10.0.18362.0
CC = "$(MSVCDir)/bin$(AMD64_SUFFIX)/cl" -c
LINK = "$(MSVCDir)/bin$(AMD64_SUFFIX)/link"
EMBED_MANIFEST = 0
HDEFINES = $(ARCHDEFS) -DI386 -DWIN32 -DSWAP_BITFIELDS -D_WIN32_WINNT=0x0600 -DNOMINMAX -DSTRICT -DWIN32_LEAN_AND_MEAN -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -DSESI_LITTLE_ENDIAN -DHBOOST_ALL_NO_LIB -DEIGEN_MALLOC_ALREADY_ALIGNED=0 -DFBX_ENABLED=1 -DOPENCL_ENABLED=1 -DOPENVDB_ENABLED=1
INCINC = -I . $(INCDIRS) -I "$(HFS)/toolkit/include" -I "$(MSVCDir)/include" -I "$(WIN32_KIT)/Include/$(WIN32_KIT_VERSION)/ucrt" -I "$(WIN32_KIT)/Include/$(WIN32_KIT_VERSION)/um" -I "$(WIN32_KIT)/Include/$(WIN32_KIT_VERSION)/shared"
WFLAGS = -wd4355 -w14996
OPTIMIZER = -O2 -DNDEBUG -MD -EHsc -GR -bigobj
HLIBINC = -LIBPATH:"$(HFS)/custom/houdini/dsolib"
HLIBS = "$(HFS)/custom/houdini/dsolib/*.a" "$(HFS)/custom/houdini/dsolib/*.lib"
LIB_ARCH_SUFFIX = /x64
SYSLIBINC = -LIBPATH:"$(MSVCDir)/lib$(LIB_ARCH_SUFFIX)" -LIBPATH:"$(WIN32_KIT)/Lib/$(WIN32_KIT_VERSION)/ucrt$(LIB_ARCH_SUFFIX)" -LIBPATH:"$(WIN32_KIT)/Lib/$(WIN32_KIT_VERSION)/um$(LIB_ARCH_SUFFIX)"
SHAREDFLAG = -DLL
OBJOUTPUT = -Fo
DSOOUTPUT = -out:
SAOUTPUT = -out:
CXXFLAGS = -nologo -TP -Zc:forScope -Zc:rvalueCast -Zc:inline -Zc:strictStrings -std:c++14 -Zc:referenceBinding -Zc:ternary -Zc:throwingNew -permissive- -Zc:__cplusplus
OBJFLAGS = $(HDEFINES) $(INCINC) $(WFLAGS) $(OPTIMIZER) $(HCUSTOM_CFLAGS)
DSOFLAGS = $(SYSLIBINC) $(LIBDIRS) $(LIBS) $(SYSLIBS) $(HLIBINC) $(HLIBS) $(HCUSTOM_LDFLAGS)
SAFLAGS = $(DSOFLAGS)

Blender

  • Wiki: https://wiki.blender.org/wiki/Building_Blender
  • Wiki Archive: https://archive.blender.org/wiki/index.php/
  • Github Source Code: https://github.com/blender/blender.git

Unreal Plugins

  • Restart from Unreal MarcketPlace

Misc

Change "EngineAssociation" for UnrealProject

https://answers.unrealengine.com/questions/43614/uproject-files-engineassociation-saves-a-guid-whic.html

  • Use Key

    • Register: HKEY_CURRENT_USER/Software/Epic Games/Unreal Engine/Builds
    • Original Backup: {22E32999-4D56-4D88-7FFD-2B8F18895546} G:/Documents/UnrealEngine
  • Use Env

    • setx K_ENGINE_GUID {xxx-xxxx-xxx...}
{
	"FileVersion": 3,
	"EngineAssociation": "%ENGINE_GUID%",
	"Category": "",
	"Description": "",
  ...
}

demo-unreal's People

Contributors

aaronmack avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

denfrost

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.