An open API service aggregating public data about GitHub Sponsors.

rythe-interactive

View JSON Representation

Funding Links: https://github.com/sponsors/Rythe-Interactive

GitHub Sponsors Profile

Who are we?
Rythe-Interactive is an organization built by a group of passionate student developers, putting in their own spare time whenever we can. We wanted to learn more about engine development and were frustrated with the current availability of game engines in the market.
In order to find a market for our passion project we wanted our engine to deliver high performance on modern hardware as well as freedom to tackle things your own way. We wanted developers to work with different skill levels in order to provide a natural learning curve. And we wanted developers to have the power to solve problems themselves without frustration of hidden code.
Thus to accomplish all those goals we decided to build the engine as modular as possible, so that anyone could take our engine and expand it. We built in an ECS and an advanced scheduler to take full advantage of modern hardware. We are making C++ native scripting as easy as possible with the high level API, yet also provide low level API's as well. We are planning on adding C#, Lua, and visual scripting. And last but not least, the source code is fully accessible to anyone for free.

Featured Works

Rythe-Interactive/Rythe-Engine

Rythe is a data-oriented C++20 game engine built to make optimal use of modern hardware.

Language: C++ - Stars: 532
Rythe-Interactive/Rythe-LLRI

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

Language: C++ - Stars: 27