Skip to content

Krom Experiment - V8, embedded D3Dcompiler, raytracing, file dialogs, android and ios

License

Notifications You must be signed in to change notification settings

PyrokinesisStudio/Kromx

 
 

Repository files navigation

Kromx

Build Status

Krom Experiment

git clone --recursive https://github.com/armory3d/Kromx
cd Kromx
# Windows
# Unpack `V8\Libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB)
node Kinc/make -g direct3d11 --noshaders
# Open generated Visual Studio project
# Build for x64 & release
# Linux
node Kinc/make -g opengl --noshaders --compiler clang --compile
cd Deployment
strip Krom
# macOS
node Kinc/make -g opengl --noshaders
# Open generated Xcode project
# Add `path/to/Kromx/V8/Libraries/macos/release` into Library Search Paths
# Build

About

Krom Experiment - V8, embedded D3Dcompiler, raytracing, file dialogs, android and ios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 83.0%
  • C++ 15.5%
  • C 1.3%
  • Other 0.2%