You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
636 B

  1. changelog
  2. ---------
  3. Current: raylib 1.0 (November 2013)
  4. -------------------------------------------
  5. Release: raylib 1.0.0 (18 November 2013)
  6. -------------------------------------------
  7. * Initial version
  8. * 6 Modules provided:
  9. - core: basic window/context creation functions, input management, timming functions
  10. - shapes: basic shapes drawing functions
  11. - textures: image data loading and conversion to OpenGL textures
  12. - text: text drawing, sprite fonts loading, default font loading
  13. - models: basic 3d shapes drawing, OBJ models loading and drawing
  14. - audio: audio device initialization, WAV files loading and playing