Skip to content
forked from CatCode79/irid

Irid, a toy Game Framework Renderer written in Rust

License

Notifications You must be signed in to change notification settings

michaeltrainor/irid

 
 

Repository files navigation

Irid Game Framework

Because for my videogame I use rend3 this project has become a toy to learn the wgpu graphics library and other libraries I'm considering using, I don't know if the framework will evolve into something broader. It is however likely that when the wgpu will support the API for raytracing I will play around a bit, in the meantime I will slowly add various examples.

Major Dependencies

  • wgpu - Safe and portable GPU abstraction
  • naga - Universal shader translator
  • winit - Window handling library
  • yakui - Declarative UI library for games (I'll add it soon)

Examples

Simple use case examples based on the learn-wgpu tutorial created with the irid framework.

These examples are based on those of the excellent tutorial learn-wgpu. They just want to be a way for me to understand how to create a framework that is as transparent and user-friendly as possible. If you want to learn wgpu I recommend going to the learn-wgpu tutorial site.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.

License

Licensed under either of

at your option.

About

Irid, a toy Game Framework Renderer written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%