Skip to content

darvik80/dizzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dizzy fun

Install deps

SDL

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D

Mac OS

brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttl

nlohmann/json

JSON for Modern C++

Mac OS

brew install nlohmann-json

Ubuntu

apt install nlohmann-json3-dev

tileson - A Tiled JSON parser for modern C++ (C++17) by Robin Berg Pettersen (BSD)

git clone https://github.com/SSBMTonberry/tileson.git
mkdir -p tileson/build
pushd tileson/build
cmake ../
make
popd

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages