Skip to content

F1L1Pv2/fvfx_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FVFX - Simple video editor

REPO HAS BEEN MOVED

Link to new Repo

How to BUILD?


LINUX

  • Install following stuff
    sudo apt install libx11-dev libxrandr-dev libvulkan-dev libshaderc-dev vulkan-validationlayers vulkan-tools
  • Compile it like this
    clang -o nob nob.c
    ./nob release run

WINDOWS

  • Download VulkanSDK using this site https://vulkan.lunarg.com/
  • Download clang (for clang you will also need msvc not sure why) (or use mingw)
  • Compile it like this
    clang -o nob.exe nob.c
    ./nob release run

Note

if you istalled VulkanSDK in a folder different than C:/VulkanSDK specify your folder at the top of nob.c VULKAN_SDK_SEARCH_PATH macro


Things of note

Note

If you are using compiler different than clang specify it in nob.c in COMPILER_NAME macro

Note

If you dont specify release in during running nob it will build with debug information and run option will run app after successfull compilation

Note

You only need to compile nob.c once

About

simple vfx editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published