Skip to content

A desktop app for optimizing your personal study schedule to meet your work life balance

License

Notifications You must be signed in to change notification settings

dschnieder/TimeWise

 
 

Repository files navigation

TimeWise

A desktop app for optimizing your personal study schedule to meet your work life balance

Compiling

To compile this project you will need glfw development libraries installed on your system. Development/compilation for Windows is handled with Visual Studio 2022. Load the sln into Visual Studio and then download GLFW. Make sure to install the 64-bit precompile binaries. You will then need to set the include and libs directory in your solution settings to match the install location of GLFW on your machine.

Other Systems:

GLFW (http://www.glfw.org):
Linux (apt):
    apt-get install libglfw3-dev
Linux (pacman):
    pacman -S glfw
Mac OS X:
    brew install glfw

Clone the repo and generate the makefile using premake5.

git clone https://github.com/OSUOSC/TimeWise.git
cd TimeWise
premake5 gmake
make

Contributing

  • Before opening an issue or a PR please check out the contributing guide.
  • For bug reports and feature suggestions please use issues.
  • If you wish to contribute code of your own please submit a pull request.
  • All help is welcome!

License

This project is licensed under the MIT License.

For more details, see the LICENSE file.

About

A desktop app for optimizing your personal study schedule to meet your work life balance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.1%
  • C 8.0%
  • Objective-C++ 1.8%
  • Objective-C 0.1%
  • Lua 0.0%
  • GLSL 0.0%