Giter VIP home page Giter VIP logo

Comments (11)

 avatar commented on May 18, 2024 1

image

from liblava.

 avatar commented on May 18, 2024 1

Shame on my head:)
image

from liblava.

TheLavaBlock avatar TheLavaBlock commented on May 18, 2024

Hello!

This is strange. Are there any other Vulkan programs running on your system?
Did you look in the lava.log if there is an error message?

I tried to reproduce it with the latest template, but with no success.

Can you briefly describe how you build and run the project? Which tools and commands do you use?

from liblava.

 avatar commented on May 18, 2024

Anything odd here?
VC 19 tools, Clion/ external CMake 3.18.

C:\CMake\bin\cmake.exe -DCMAKE_BUILD_TYPE=Release -G "CodeBlocks - NMake Makefiles" F:\Dropbox\Tech\production\ppc\liblava-demo
-- The C compiler identification is MSVC 19.27.29111.0
-- The CXX compiler identification is MSVC 19.27.29111.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx86/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx86/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done

========================================================================
 Copyright (c) 2018-present, Lava Block Oƃʒƅā€œ                 MIT licensed 
========================================================================
                                                                        
  _|  _|  _|            _|                                              
  _|      _|_|_|        _|        _|_|_|      _|      _|        _|_|_|  
  _|  _|  _|    _|      _|      _|    _|      _|      _|      _|    _|  
  _|  _|  _|    _|      _|      _|    _|        _|  _|        _|    _|  
  _|  _|  _|_|_|        _|        _|_|_|          _|            _|_|_|  
                                                                        
========================================================================
 2020 preview 2                                                  v0.5.3 
========================================================================
 https://git.io/liblava                                  lava-block.com 
========================================================================
> module
>> lava::core
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE  
>> lava::util
>>> physfs
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Doxygen not found. You won't be able to build documentation.
-- PhysicsFS will build with the following options:
--   ZIP support: enabled
--   7zip support: disabled
--   GRP support: disabled
--   WAD support: disabled
--   HOG support: disabled
--   MVL support: disabled
--   QPAK support: disabled
--   SLB support: disabled
--   VDF support: disabled
--   ISO9660 support: disabled
--   Build static library: enabled
--   Build shared library: disabled
--   Build stdio test program: disabled
<<< physfs
>>> spdlog
-- Build spdlog: 1.7.0
-- Build type: Release
<<< spdlog
>> lava::base
>> lava::resource
>>> selene
-- Building WITHOUT libjpeg support (requested by user).
-- Building WITHOUT libpng support (requested by user).
-- Building WITHOUT libtiff support (requested by user).
-- Building WITHOUT OpenCV support (requested by user).
-- Not building unit tests; enable with SELENE_BUILD_TESTS=ON if desired.
-- Not building examples; enable with SELENE_BUILD_EXAMPLES=ON if desired.
-- Not building benchmarks; enable with SELENE_BUILD_BENCHMARKS=ON if desired.
<<< selene
>> lava::frame
>>> glfw
-- Using Win32 for window creation
<<< glfw
>> lava::block
>> lava::app
> tests
========================================================================
> module
>> lava::demo
> lava-triangle
> lava-lamp
> lava-spawn
-- Configuring done
-- Generating done
-- Build files have been written to: F:/Dropbox/Tech/production/ppc/liblava-demo/cmake-build-release

[Previous CMake output restored: 15/09/2020 15:44]

from liblava.

TheLavaBlock avatar TheLavaBlock commented on May 18, 2024

Looks good!

But I am a little confused what you are building now...
There is the library liblava (with tests), the liblava-demo projects andliblava-template project.

Do other Vulkan programs work?

from liblava.

 avatar commented on May 18, 2024

Nothing works. I tried both. Same result; no window showing up. I even tried copying all the DLLs from VULCAN over to the build directory but that didn't help either.

from liblava.

TheLavaBlock avatar TheLavaBlock commented on May 18, 2024

Okay. I guess vkcube.exe or vkcubepp.exe works on your system. (see C:\VulkanSDK\1.2.148.1\Bin).
Please check that first.

Anything in the lava.log that could help?

And why don't you build debug first? Then you could better debug the problem.

Btw, it's called Vulkan. šŸ––

from liblava.

 avatar commented on May 18, 2024

"This SDK does NOT include a Vulkan driver. Please contact your GPU hardware vendor for a Vulkan Installable Client Driver (ICD). This SDK will allow you to build Vulkan applications but you will need a Vulkan ICD to execute them."
Didn't know about this ... I have CUDA 10.2 drivers ...

from liblava.

TheLavaBlock avatar TheLavaBlock commented on May 18, 2024

šŸ‘Œ

I like happy ends

from liblava.

 avatar commented on May 18, 2024

Sad ending ... Libtorch only works with std++17 ( or lower) which is bad and therefore can not be used. After all this effort.
Thanks anyway.

from liblava.

TheLavaBlock avatar TheLavaBlock commented on May 18, 2024

šŸ˜¢ So sad.

I hope to see you again soon when C++20 will be supported.

from liblava.

Related Issues (20)

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.