Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ irid Public archive

Irid, a toy Game Framework Renderer written in Rust

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

CatCode79/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

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages