#graphics #gamedev #back-end #applications #abstraction #devotee #middleware

devotee-backend

Backend library specification for the devotee project

3 unstable releases

0.2.0-beta.1 Mar 25, 2024
0.2.0-beta Mar 11, 2024
0.1.0 Oct 14, 2023

#1073 in Game dev


Used in 3 crates

MIT license

7KB
65 lines

devotee-backend

Set of definitions of backend-y stuff for the devotee project.


lib.rs:

Set of definitions for backend-y stuff of the devotee project.

General approach is following:

  • Specific backend works with middleware and application instances;
  • Middleware abstract backend specifics away;
  • Application works with Middleware abstractions;

No runtime deps

Features