raylib/projects
Rob Loach a025636fa1
Update ImageDraw*() functions to match arguments of Draw*() (#1156)
* Update ImageDraw*() functions to match arguments of Draw*()

Updated draw functions:
ImageDrawPixel()
ImageDrawPixelV()
ImageDrawCircle()
ImageDrawCircleV()
ImageDrawLine()
ImageDrawLineV()
ImageDrawRectangle()
ImageDrawRectangleV()
ImageDrawRectangleRec()

* [nodepadpp] Update Notepad++ ImageDraw defintions

This updates the Notepad++ definitions with the updated ImageDraw methods.

* [examples] Add ImageDraw calls to textures_image_drawing

* Update ImageDraw*() methods
2020-03-29 12:43:34 +02:00
..
4coder Replace tabs with spaces and update year of copyright notices (#927) 2019-08-03 11:07:41 +02:00
Builder Update Builder example 2018-07-25 13:01:16 +02:00
CMake Revert "Always use latest raylib version for cmake (#1123)" (#1126) 2020-03-09 08:29:47 +01:00
CodeBlocks Review projects paths 2019-06-05 00:04:31 +02:00
Geany Update year to 2020 2020-01-05 20:01:54 +01:00
Notepad++ Update ImageDraw*() functions to match arguments of Draw*() (#1156) 2020-03-29 12:43:34 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2017 Review VS2017 project to support x64 properly 2020-01-12 13:52:01 +01:00
VS2017.ANGLE Change ANGLE binaries location 2019-06-06 16:44:37 +05:30
VS2017.UWP REVIEWED: VS2017.UWP project 2020-02-10 17:45:50 +01:00
VSCode Update year to 2020 2020-01-05 20:01:54 +01:00
scripts Adding the option to change the target platform(x86/x64), Generating the .pdb file on debug builds, and correcting comments that called the script 'windows-build.bat' instead of 'build-windows.bat' (#1133) 2020-03-16 10:32:39 +01:00
README.md Update README.md 2019-12-15 23:09:20 +01:00

README.md

raylib PROJECT TEMPLATES

This folder contains raylib templates for some common IDEs.

IDE Platform Template type State
4coder Windows example compiling DONE
Builder Linux example compiling DONE
CMake Windows, Linux, macOS source/example compiling DONE
CodeBlocks Windows, Linux example compiling DONE
Geany Windows, Linux source/example compiling DONE
Notepad++ Windows source/example compiling DONE
SublimeText Windows, Linux, macOS source/example compiling DONE
VS2017 Windows source/example compiling DONE
VSCode Windows, macOS example compiling DONE
scripts Windows, Linux, macOS source/example compiling DONE

New IDEs config files are welcome!