Skip to content

sbstndb/fish-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3597dd8 · Jan 23, 2024

History

15 Commits
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024

Repository files navigation

This is a very simple SDL-IMGUI exemple. There are the

Prerequisities

You need to have

  • CMake 3.12 or higher
  • C++ compiler (tested with g++@13)
  • SDL2 (Simple DirectMedia Layer)

Compilation steps

  1. Clone this repo
  2. Update Submodules :
git submodule update --init --recursive
  1. Create the build directory :
mkduir build
cd build
  1. Run CMake and Make :
cmake ..
make -j
  1. Run the executable :
./sdl-imgui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published