Giter Site home page Giter Site logo

arkenidar / sdl-cb Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 44.43 MB

mainly tests for codeblocks IDE projects (C language use of libSDL2 API)

Home Page: https://www.codeblocks.org/

C 98.66% Shell 0.08% Objective-C 0.55% CMake 0.25% M4 0.38% Lua 0.07% Makefile 0.01%
codeblocks-ide libsdl2-dev linux maze-game gcc-compiler windows cmake vscode msys2-mingw64 2d

sdl-cb's Introduction

SDL2 software library, Simple Direct-Media Layer: foundation layer for graphical apps, portable also across various computer systems.

Cross-platform "SDL2" C API. GNU GCC & GNU Makefile for Windows also. VSCode files for Task (compile with Make) and Debug (GDB debugger in VSCode, e.g. breakpoints are considered).

marketplace.visualstudio.com

C/C++ for Visual Studio Code:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

Make support and task provider: Extension to run Makefile tasks from VS Code
https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider

MSYS with MinGW (Windows)

  • install MSYS to C:\msys64 https://www.msys2.org/#installation
  • update pacman package manager pacman -Syu
  • install package gcc compiler: pacman -S mingw-w64-x86_64-toolchain
  • install package gdb debugger: pacman -S mingw-w64-x86_64-gdb
  • install package make build: pacman -S mingw-w64-x86_64-make
  • add to System \ Advanced settings \ Environment Variables \ PATH
    • C:\msys64\mingw64\bin
    • C:\msys64\usr\bin

Needed Libraries for MSYS with MinGW (Windows)

  • install package SDL2 library: pacman -S mingw-w64-x86_64-SDL2

sdl-cb

mainly tests for "codeblocks.org" IDE projects (C language use of libSDL2 API, as an example is provided)

  • /cb-linux CodeBlocksIDE files to be used in Linux to produce Linux apps (notably with support for libSDL2)

  • /cb-mswindows CodeBlocksIDE files to be used in Microsoft Windows to produce Microsoft Windows apps (notably with support for libSDL2)

  • /mingw-linux Shell scripts to be used in Linux to produce Microsoft Windows apps, via MinGW (notably with support for libSDL2)

  • /sh-linux Shell scripts to be used in Linux to produce Linux apps, via GCC (notably with support for libSDL2)

  • /sh-mswindows Shell scripts to be used in Microsoft Windows to produce Microsoft Windows apps, via GCC/MinGW/MSYS (notably with support for libSDL2)

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.