#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

#1422 in Game dev

Download history 8/week @ 2024-02-19 17/week @ 2024-02-26 5/week @ 2024-03-04 132/week @ 2024-03-11 3/week @ 2024-03-18 111/week @ 2024-03-25 96/week @ 2024-04-01

343 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