No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

19 líneas
784 B

  1. ### Notepad++ raylib config files
  2. This folder includes some useful files to config Notepad++ for raylib.
  3. #### raylib functions autocomplete - c_raylib.xml
  4. Autocomplete information for Notepad++. The contents of this file should be copied inside raylib\Notepad++\plugins\APIs\c.xml file.
  5. This file has been automatically generated using the provided tool: `raylib_npp_parser`
  6. This simple tool basically parses raylib.h header for functions starting by RLAPI, extracts all required information and generates de Notepad++ autocomplete XML equivalent.
  7. To use the tool, just drag and drop raylib.h over raylib_npp_parser program.
  8. #### Notepad++ NppExec compilation scripts - npes_saved.txt
  9. A series of scripts for Notepad++ NppExec plugin to compile raylib library and examples.