Git Product home page Git Product logo

practical-tools-for-simple-design's Introduction

Practical Tools for Simple Design

Officially Supported Platforms and IDEs
Windows macOS Linux
CLion V V V
VSCode1 V V V
Visual Studio23 ? X X
No IDE V V V

Getting Started

Required: Git, CMake, C/C++ Compiler, OpenGL Implementation

Optional: Ninja Build, Clang

You might get some issue like ntut-open-source-club#78 check it if you need.

Command Line

Warning

This section is work in progress.

git clone https://github.com/ntut-open-source-club/practical-tools-for-simple-design.git
cd practical-tools-for-simple-design
cmake -B build
cmake --build build

If Ninja Build is install use cmake -B build -G Ninja to speed compile time

For older versions of CMake(<3.13? verification needed) use

mkdir build
cd build
cmake .
cmake --build .

if the -B flag is unsupported

If using Neovim or other LSP supported editors, append -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to the generation command for clangd to work

VSCode

Warning

This section is work in progress.

CLion

CLion Quick Start

NOTE: If you have time, read OOP2023f Environment Setup

Generate Doxygen Documents

Required: Doxygen 1.9.6

doxygen docs/Doxyfile

Open the generated documents with your favorite browser at docs/html/index.html

Footnotes

  1. On Linux the support of Code - OSS and VSCodium aren't guaranteed.

  2. Due to lack of testing there may or may not be more issues on VS. Anyway, building PTSD on VS is available.

  3. Microsoft Kills Visual Studio for Mac

practical-tools-for-simple-design's People

Contributors

noobdy avatar dragonfly911117 avatar ntut-rick avatar ntut-xuan avatar hekepoiu avatar nonorze-voxx avatar error0229 avatar wj461 avatar onon1101 avatar x06lan avatar heavenmanysugar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.