Skip to content

now420/zdraw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

examples using style presets

1 2 3

zdraw (rendering)

  • 2d primitives (lines, rectangles, circles, polygons, etc)
  • text rendering with custom font support (via stb_truetype)
  • texture loading and rendering
  • efficient batched rendering with dynamic buffers
  • clip rect support

zui (gui)

  • immediate mode gui system built on zdraw
  • widgets: checkbox, button, slider, keybind, combo box (more coming)
  • window management with drag/resize support
  • nested windows and group boxes
  • styling system with color presets
  • animations and hover effects

dependencies

  • directx11
  • stb_truetype
  • stb_image

About

a lightweight, modern C++ dx11 rendering library with an immediate mode gui system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%