Stars
- All languages
- ANTLR
- Ada
- Assembly
- Batchfile
- BitBake
- Blade
- C
- C#
- C++
- CMake
- COBOL
- CSS
- Clojure
- CoffeeScript
- Common Lisp
- Common Workflow Language
- Cuda
- Cycript
- Cython
- D
- Dart
- Dockerfile
- Elixir
- Elm
- Emacs Lisp
- Erlang
- F#
- Fluent
- Fortran
- GDScript
- GLSL
- Gleam
- Go
- Groff
- Groovy
- HCL
- HTML
- Handlebars
- Haskell
- Java
- JavaScript
- Jinja
- Jsonnet
- Julia
- Jupyter Notebook
- Kotlin
- LLVM
- LabVIEW
- Less
- Logos
- Lua
- M4
- MATLAB
- MDX
- MLIR
- Makefile
- Markdown
- Meson
- Modelica
- OCaml
- Objective-C
- Objective-C++
- OpenSCAD
- PHP
- PLSQL
- PLpgSQL
- Pascal
- Perl
- Perl 6
- PowerShell
- Puppet
- Python
- QML
- QMake
- R
- RPC
- Racket
- Rich Text Format
- RobotFramework
- Roff
- Ruby
- Rust
- SCSS
- SWIG
- Sass
- Scala
- Shell
- Singularity
- Smali
- Smarty
- Svelte
- Swift
- SystemVerilog
- Tcl
- TeX
- TypeScript
- Vala
- Verilog
- Vim Script
- Visual Basic
- Vue
- XSLT
- Xmake
- YAML
- kvlang
- nesC
C++ Library Manager for Windows, Linux, and MacOS
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Template for reliable, cross-platform C++ project setup using cmake.
Example library that shows best practices and proper usage of CMake by using targets
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
CMake: config mode of find_package command (examples)
A set of cmake modules to assist in building code
CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。
Boilerplate for a simple CMake-based C++ project
A template project to build a C++/CMake/vcpkg based projects with IDE and GitHub Actions. Build is sped up with caching of artifacts.
Basic C SDL2 project with CMake. Mirror of https://gitlab.com/aminosbh/basic-c-sdl-project
A boilerplate for creating new C++ projects.
Basic sample that demonstrates the usage of SDL2 and SDL2_ttf libraries with CMake. Mirror of https://gitlab.com/aminosbh/sdl2-ttf-sample
Basic sample that demonstrates the usage of SDL2 and SDL2_mixer libraries with CMake. Mirror of https://gitlab.com/aminosbh/sdl2-mixer-sample
Installation example for a C++ project (Windows) with Cmake.
Mozilla DeepSpeech in flutter using Dart FFI
Basic sample that demonstrates how we can play audio using the SDL2 libraries. It uses CMake as a build system. Mirror of https://gitlab.com/aminosbh/sdl2-audio-sample
A cookiecutter template for a modern C++ project with python bindings
Auto manage native dependencies using vcpkg and cmake
Basic C SDL2 project with CMake. It draws the flag of Tunisia using basic graphics primitives. Mirror of https://gitlab.com/aminosbh/basic-c-sdl-project-tunisia-flag
Basic C++ SDL2 project with CMake. Mirror of https://gitlab.com/aminosbh/basic-cpp-sdl-project
Simple grid-based game made with SDL2 and uses CMake as a build system. Mirror of https://gitlab.com/aminosbh/falling-brick-game