您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
raysan5 0cf92c59d7 Corrected timing typo 6 年前
..
raylib_npp_parser Corrected timing typo 6 年前
README.md Reorganized project templates folder 6 年前
c_raylib.xml Corrected timing typo 6 年前
npes_saved.txt Reviewed Windows resource file name 6 年前
npes_saved_mingw.txt Added Notepad++ NppExec scripts 6 年前
npes_saved_tcc.txt Added Notepad++ NppExec scripts 6 年前

README.md

Notepad++ raylib config files

This folder includes some useful files to config Notepad++ for raylib.

raylib functions autocomplete - c_raylib.xml

Autocomplete information for Notepad++. The contents of this file should be copied inside raylib\Notepad++\plugins\APIs\c.xml file.

This file has been automatically generated using the provided tool: raylib_npp_parser

This simple tool basically parses raylib.h header for functions starting by RLAPI, extracts all required information and generates de Notepad++ autocomplete XML equivalent.

To use the tool, just drag and drop raylib.h over raylib_npp_parser program.

Notepad++ NppExec compilation scripts - npes_saved.txt

A series of scripts for Notepad++ NppExec plugin to compile raylib library and examples.