#gamedev #graphics #abstraction #engine

devotee-backend

Backend library specification for the devotee project

5 releases

new 0.2.0-beta.3 Mar 25, 2025
0.2.0-beta.2 Oct 12, 2024
0.2.0-beta.1 Mar 25, 2024
0.2.0-beta Mar 11, 2024
0.1.0 Oct 14, 2023

#1282 in Game dev

Download history 6/week @ 2024-11-26 4/week @ 2024-12-03 14/week @ 2024-12-10

241 downloads per month
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