Skip to content
/ toy2d Public
forked from VisualGMQ/toy2d

A toy 2D renderder based on Vulkan

Notifications You must be signed in to change notification settings

sabver/toy2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy2D

Toy2d is a toy renderer imitates SDL_Renderer when I'm learning Vulkan.

compile

use CMake to compile:

Under Linux and MacOSX, compile is manually:

cmake -S . -B cmake-build
cmake --build cmake-build

Under Windows, you should use Visual Studio to compile. You should point out the SDL2 devel Root:

SDL2_ROOT = D:/Program/3rdlibs/SDL2-2.0.22-VC

and use cmake to compile:

cmake -S . -B cmake-build
cmake --build cmake-build

the example program is sandbox.exe, please run it at this directory

About

A toy 2D renderder based on Vulkan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.0%
  • C++ 19.1%
  • CMake 1.7%
  • GLSL 0.2%