zpervan / ImguiSFMLBazel

A template repository for Imgui-SFML integration with Bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!Currently, only supported for Ubuntu 20.04!

Instructions

Run the install.sh script to install the needed dependecies. In your terminal, write the following:

sudo chmod +x install.sh
sudo ./install.sh

After the installation is successfull, run the commandbazel run //:main and the demo/example windows should pop-up.

For a more detailed explanation, look at the post -> Integrate Bazel into your Imgui/SFML projects on Ubuntu 20.04

About

A template repository for Imgui-SFML integration with Bazel

License:MIT License


Languages

Language:C++ 61.6%Language:Shell 30.8%Language:Starlark 7.6%