Giter VIP home page Giter VIP logo

rythe-interactive / rythe-llri Goto Github PK

View Code? Open in Web Editor NEW
26.0 3.0 0.0 53.39 MB

Rythe Low Level Rendering Interface provides a graphics API agnostic rendering interface with minimal CPU overhead and low level access to verbose GPU operations.

Home Page: https://docs.legion-engine.com/llri/

License: MIT License

C++ 96.51% CMake 3.29% Objective-C++ 0.20%
graphics vulkan directx12 library graphics-library platform-agnostic

rythe-llri's Introduction

Rythe-Interactive

Metrics

rythe-llri's People

Contributors

algo-ryth-mix avatar github-actions[bot] avatar glynleine avatar leonbrands 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

Watchers

 avatar  avatar  avatar

rythe-llri's Issues

Require 0 warnings

Enforce a no-warnings policy by compiling LLRI with -Werror, both locally and in GH actions

Allow for device_desc::adapter == nullptr

Simplify applications that don't require elaborate adapter selection by allowing device creation without an adapter, in such a way that createDevice() will simply select the default adapter (enumerateAdapters()[0]).

Comment consistency

There's no consistent style in which comments are written in the repository. Establish a consistent rule for comments (we could for example require standard English rules - start with a capital letter, end with a dot), and enforce the ruling throughout the codebase.

Make validation_callback_desc global

validation_callback_desc should be available to all functions at all time. Currently the desc struct has to be stored in every object just to call it, which is tedious, decreases readability, and potentially increases memory usage.

Intel integrated graphics reports as dedicated gpu on DirectX12 builds

Output on DX builds:
T+ 1.313857 [ info ] [Initialization] : Found adapter Intel(R) Iris(R) Plus Graphics
T+ 1.316003 [ info ] [Initialization] : Vendor ID: 32902
T+ 1.317317 [ info ] [Initialization] : Adapter ID: 35418
T+ 1.317822 [ info ] [Initialization] : Adapter Type: Discrete

Output on VK builds (correct):
T+ 1.529683 [ info ] [Initialization] : Found adapter Intel(R) Iris(R) Plus Graphics
T+ 1.532333 [ info ] [Initialization] : Vendor ID: 32902
T+ 1.533437 [ info ] [Initialization] : Adapter ID: 35418
T+ 1.533789 [ info ] [Initialization] : Adapter Type: Integrated

Address sanitiser

Enable (clang) address sanitiser in llri applications (especially unit tests) and require correct behaviour for completion

Native pointers

Introduce functions for each object type that enables the user to get the native pointers of underlying types. This allows users to integrate with libraries that expect native pointers. Users can then use llri::getImplementation() to cast the resulted pointers to the correct types.

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.