Skip to content

crvvdev/cheat_render_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheat_render_framework

This is a project of mine which can be used as a simple lightweight renderer for small projects (mainly game hacking related).

It supports basic primitive shapes (lines, rectangles, circles) and has a font support as well.

It's a single header file style, so to make use of it simply include the desired render factory and start using it.

Currently it's only supported for the following render APIs:

  • DirectX 9
  • DirectX 11

Showcase

DirectX11

dx11

DirectX9

dx9

Credits

This project was highly inspired by https://github.com/yazzn/renderer_d3d9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages