witchcraft-renderer

Crates.iowitchcraft-renderer
lib.rswitchcraft-renderer
version0.0.3
sourcesrc
created_at2022-04-10 13:55:49.996281
updated_at2022-04-11 12:13:47.42448
descriptionA renderer for the Witchcraft game engine.
homepage
repository
max_upload_size
id565098
size47,766
(aliencdh)

documentation

README

witchcraft-renderer

A renderer for the Witchcraft game engine.

The witchcraft renderer can currently only handle 2d graphics.

3d graphics support is planned, but not a priority.


Goals:

  • Have a working rendering pipeline.

  • Have a working texture loader.

  • Have a working model loader.

  • Have a working depth buffer.

  • Have a working light system.

Subgoals:

  • Add an abstraction for creating textures.
  • Add basic shape vertex buffers.
Commit count: 0

cargo fmt