Re-write Code::Blocks template to work on Linux and Macos (#2073)

* update code::blocks example to support linux

* add macos support

* update screenshot

* update templates readme
This commit is contained in:
Richard Smith 2021-10-19 18:50:21 +01:00 committed by GitHub
parent ae7127232d
commit 8e599908d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 124 additions and 40 deletions

View file

@ -1,12 +1,8 @@
/*******************************************************************************************-lraylib -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm
*
/*******************************************************************************************
* raylib [core] example - Basic window
*
* Welcome to raylib!
*
* To test examples, just press F6 and execute raylib_compile_execute script
* Note that compiled executable is placed in the same folder as .c file
*
* You can find all basic examples on C:\raylib\raylib\examples folder or
* raylib official webpage: www.raylib.com
*