Skip to content

PapeCoding/DasherUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DasherUI

This repository features a simple UI, written in ImGui, for the DasherCore backend. Its main purpose is the testing/development of the DasherCore library. So it is not meant for pretty looks or actual usability.

Cloning and Building

  1. Clone the repository with all submodules: git clone --recursive https://github.com/PapeCoding/DasherUI.git ./DasherUI
  2. Generate some project files with CMake:
  • cd ./DasherUI && mkdir build && cd build
  • cmake ..
  1. Build the project with the selected build system (e.g. Visual Studio on Windows or make on Linux)

Participate

If you want to modernize some code within DasherCore or add UI features to the DasherUI repository, feel free to send a pull request!

About

A simple UI for Dasher, made with ImGui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published