Skip to content

alexcui03/scratch-shiro-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratch-shiro

Shiro is a Scratch project compiler to convert scratch projects into pure C++ programs.

Build

Requirement

CMake 3.15 or later C++ Compiler (C++ 20 should be supported)

The following libraries are included in git submodules. You don't need to configure or build it by your own.

  • jsoncpp
  • libzip
  • argparser

The following libraries should be configured manually. They should be configured and built before you build Shiro.

  • zlib
  • resvg
  • glad
  • glfw
  • glm
  • irrklang

Configure & Build

mkdir build && cd build
cmake .. -DZLIB_INCLUDE_DIR=/path/to/zlib/dir -DZLIB_LIBRARY=/path/to/zlib/library -DRESVG_DIR=/path/to/resvg/dir
cmake --build .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published