Issues
- 0
GHA - MacOS runners need upgrading
#602 opened by capnkenny - 2
- 0
spdlog causes build issues on latest VS2022
#600 opened by capnkenny - 1
If you create a NovelRT::Ecs::SystemScheduler as a variable which is then later initialised, this causes a crash
#596 opened by dndn1011 - 0
Need to add Controller support for input
#594 opened by capnkenny - 3
C API needs casing fixed for function names
#547 opened by capnkenny - 0
Inline functions cause cyclic dependencies
#590 opened by FiniteReality - 0
- 2
Consider migrating all `Try` methods to return `std::optional<T>` instead of `bool` with some kind of out `T&`.
#563 opened by RubyNova - 1
Inconsistent NovelRT.h dependency
#579 opened by capnkenny - 0
- 1
Readme doesn't list Python
#569 opened by RyadaProductions - 11
Getting an error during the building process
#567 opened by MichaelPCameron - 0
Vulkan causes an exception to be thrown when receiving VK_ERROR_OUT_OF_DATE_KHR with X11.
#565 opened by RubyNova - 2
Create a plugin interface for physics
#559 opened by Pheubel - 0
Add switch to enable C++ 20 compilation
#556 opened by Pheubel - 2
Prepare NovelRT for C++ 20
#500 opened by Pheubel - 2
`NovelRT::Maths` is incorrectly presenting functions as not `[[nodiscard]]` when they, in fact, are.
#529 opened by RubyNova - 3
Performance improvement: Maths APIs
#530 opened by RubyNova - 0
Replace reinterpret_cast with `NovelRT::Utilities::Misc::BitCast` where appropriate
#543 opened by Pheubel - 3
- 12
Proposal: Add new type alias - `NovelRT::Span<T>`
#532 opened by RubyNova - 3
Nrt_Event needs unit tests to ensure functionality
#548 opened by capnkenny - 0
Introduce Universal Binaries for macOS
#545 opened by capnkenny - 4
Proposal: Add SDL2 as an applicable backend
#489 opened by capnkenny - 2
Test install targets for NovelRT
#455 opened by RubyNova - 1
- 0
- 2
Proposal: Create/implement a High-level "Wrapper" API around NovelRT Core/Engine
#533 opened by capnkenny - 0
- 5
Modify GeoVector classes to be more feature complete
#491 opened by Pheubel - 0
Proposal: Abstract Threading support
#527 opened by capnkenny - 1
oneTBB fails to link properly when the project is hosted in a directory with space characters
#497 opened by Pheubel - 1
Support Wayland with fallback to X11
#526 opened by FiniteReality - 6
- 0
Add explicit Scissor Rect adjustment support to NovelRT render pipeline (`NovelRT::Graphics`) APIs.
#524 opened by RubyNova - 2
- 0
Vulkan version required is 1.3.211 but CMake configures successfully on older versions.
#520 opened by RubyNova - 0
- 2
- 0
- 5
`NovelRT::Ecs::Configurator` appears to be missing `WithSystems` overload for `IEcsSystem` implementors.
#502 opened by RubyNova - 1
NovelRT.Tests does not compile with same compiler flags as Engine or Interop
#506 opened by capnkenny - 5
Adjust the way include paths are handled so it uses the project directory and not the CMake source directory.
#448 opened by RubyNova - 3
Implement SDL2 for Windowing + Input
#504 opened by capnkenny - 1
Audio needs plugin wrapper
#501 opened by capnkenny - 6
CMake: Potential Out of Order building causing errors depending on Generator/OS/etc
#481 opened by capnkenny - 0
- 1
CMake silently configures but fails to build in a 32 bit environment. CMake should be auto-failing.
#473 opened by RubyNova - 3
libpng: Cannot build with Xcode generator
#466 opened by capnkenny