Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 578 Bytes

File metadata and controls

29 lines (26 loc) · 578 Bytes

Zig Engine

A 2D engine written in zig using vulkan.

Features

  • Input system for easy querying of keyboard and mouse state
  • Window creation on Linux using Wayland
  • Simple Vulkan rendering using a dynamic pipeline

Up coming

  • ImGui support
  • Quad rendering
  • Textures
  • Animated Sprites
  • 2D physics
    • Layers
  • Particle systems
  • Multi-Threading
    • Jobs
  • Application-Facing event system
  • ECS
  • Camera
  • Z-Sorting
  • UI
    • Text
    • Buttons
    • Sliders
  • Windows support
  • Mac Support