GithubHelp home page GithubHelp logo

notomorrow / hyperion-engine Goto Github PK

View Code? Open in Web Editor NEW
446.0 15.0 22.0 2.1 GB

3D game engine written in C++. Includes features like PBR, realtime global illumination, and more

C++ 77.46% C 14.58% GLSL 3.19% SourcePawn 0.04% CMake 0.25% Batchfile 0.01% Shell 0.01% Objective-C 1.40% Python 0.14% Pawn 0.05% HLSL 0.02% NASL 0.01% JavaScript 0.10% HTML 0.02% C# 2.74%
game-engine pbr rendering game-development vulkan global-illumination raytracing ray-tracing cpp csharp

hyperion-engine's People

Contributors

ajmd17 avatar emd22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyperion-engine's Issues

Issue parsing static string

C:\Users\andre\hyperion-engine\src\core\Util.hpp(63): error C2338: static_assert failed: 'Left arrow index must be less than right arrow index or parsing will fail!'
  C:\Users\andre\hyperion-engine\src\core/Util.hpp(63): note: the template instantiation context (the oldest one first) is
  C:\Users\andre\hyperion-engine\src\util/json/JSON.hpp(586): note: see reference to class template instantiation 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(536): note: see reference to class template instantiation 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(91): note: while compiling class template member function 'void hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct(hyperion::utilities::TypeID,void *)'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(454): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(549): note: see the first reference to 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\util/json/JSON.hpp(266): note: see the first reference to 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::json::JSONValue::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see reference to class template instantiation 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(91): note: while compiling class template member function 'void hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct(hyperion::utilities::TypeID,void *)'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(454): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(549): note: see the first reference to 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\util/json/JSON.hpp(266): note: see the first reference to 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::json::JSONValue::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see reference to class template instantiation 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(91): note: while compiling class template member function 'void hyperion::utilities::detail::VariantHelper<hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct(hyperion::utilities::TypeID,void *)'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(454): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(549): note: see the first reference to 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\util/json/JSON.hpp(266): note: see the first reference to 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::json::JSONValue::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see reference to class template instantiation 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(91): note: while compiling class template member function 'void hyperion::utilities::detail::VariantHelper<hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct(hyperion::utilities::TypeID,void *)'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(96): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct'
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(454): note: see the first reference to 'hyperion::utilities::detail::VariantHelper<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::Destruct' in 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(549): note: see the first reference to 'hyperion::utilities::detail::Variant<true,hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator ='
  C:\Users\andre\hyperion-engine\src\util/json/JSON.hpp(266): note: see the first reference to 'hyperion::utilities::Variant<hyperion::json::JSONString,hyperion::json::JSONNumber,hyperion::json::JSONBool,hyperion::json::JSONArrayRef,hyperion::json::JSONObjectRef,hyperion::json::JSONNull,hyperion::json::JSONUndefined>::operator =' in 'hyperion::json::JSONValue::operator ='
  C:\Users\andre\hyperion-engine\src\core/utilities/Variant.hpp(93): note: see reference to function template instantiation 'hyperion::utilities::TypeID hyperion::utilities::TypeID::ForType<hyperion::memory::RefCountedPtr<hyperion::json::JSONArray,std::atomic<unsigned int>>>(void)' being compiled
  C:\Users\andre\hyperion-engine\src\core/utilities/TypeID.hpp(38): note: see reference to function template instantiation 'auto hyperion::TypeNameWithoutNamespace<hyperion::memory::RefCountedPtr<hyperion::json::JSONArray,std::atomic<unsigned int>>>(void)' being compiled
  C:\Users\andre\hyperion-engine\src\core/Util.hpp(142): note: see reference to function template instantiation 'auto hyperion::detail::ParseTypeName<hyperion::containers::StaticString<144>{char99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,109,101,109,111,114,121,58,58,82,101,102,67,111,117,110,116,101,100,80,116,114,60,99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,99,111,110,116,97,105,110,101,114,115,58,58,65,114,114,97,121,60,99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,106,115,111,110,58,58,74,83,79,78,86,97,108,117,101,44,50,53,54,62,44,115,116,114,117,99,116,32,115,116,100,58,58,97,116,111,109,105,99,60,117,110,115,105,103,110,101,100,32,105,110,116,62,32,62,0},true>(void)' being compiled
  C:\Users\andre\hyperion-engine\src\core/Util.hpp(68): note: see reference to function template instantiation 'auto hyperion::detail::ParseTypeName<hyperion::containers::StaticString<105>{char99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,99,111,110,116,97,105,110,101,114,115,58,58,65,114,114,97,121,60,99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,106,115,111,110,58,58,74,83,79,78,86,97,108,117,101,44,50,53,54,62,44,115,116,114,117,99,116,32,115,116,100,58,58,97,116,111,109,105,99,60,117,110,115,105,103,110,101,100,32,105,110,116,62,32,0},true>(void)' being compiled
  C:\Users\andre\hyperion-engine\src\core/Util.hpp(68): note: see reference to function template instantiation 'auto hyperion::detail::ParseTypeName<hyperion::containers::StaticString<69>{char99,108,97,115,115,32,104,121,112,101,114,105,111,110,58,58,106,115,111,110,58,58,74,83,79,78,86,97,108,117,101,44,50,53,54,62,44,115,116,114,117,99,116,32,115,116,100,58,58,97,116,111,109,105,99,60,117,110,115,105,103,110,101,100,32,105,110,116,0},true>(void)' being compiled

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.