Skip to content

frodal/Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizer

GitHub GitHub top language GitHub code size in bytes GitHub issues GitHub tag (latest by date)

A visualizer written in C++ using OpenGL

Test

Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone the project with all its submodules (git clone --recursive https://github.com/frodal/Visualizer.git)
  2. Make sure you have Microsoft Visual Studio 2022 installed with the visual C++ compiler
  3. Make sure you have CMake installed and is on PATH.
  4. Run the GenerateProjects.bat file located in the root directory to generate the Visual Studio solution files with Premake
  5. Open up the generated Visualizer.sln file in Visual Studio
  6. Build the solution (Ctrl+Shift+B) 😎

Dependencies

The project depends on the following libraries and are located in the ./Visualizer/vendor/ directory

(Make sure to initialize and update the git submodules)

Contributing

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.md for more information.

See also the License of each dependency.

Contact

Bjørn Håkon Frodal - @frodal - [email protected]

Project Link: https://github.com/frodal/Visualizer