# 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: - [x] Have a working rendering pipeline. - [x] Have a working texture loader. - [ ] Have a working model loader. - [x] Have a working depth buffer. - [ ] Have a working light system. #### Subgoals: - [x] Add an abstraction for creating textures. - [x] Add basic shape vertex buffers.