Skip to content

raylib v1.4.0

Compare
Choose a tag to compare
@raysan5 raysan5 released this 21 Feb 16:14
· 7223 commits to master since this release

New raylib version 1.4! Main features:

  • New set of Image manipulation functions to crop, resize, colorize, flip, dither and even draw image-to-image or text-to-image.
  • Improved SpriteFonts system with support for AngelCode fonts (.fnt) and TrueType Fonts (using stb_truetype helper library).
  • New physac physics module for basic 2D physics support.
  • raymath module reviewed and converted to a header-only file for easier portability.
  • gestures module redesigned and simplified, now it can process touch events from any source, including mouse.
  • Raspberry Pi input system redesigned to better read raw inputs using generic Linux event handlers.
  • Other important improvements: raycast system for 3D picking, two simple functions for persistent data storage and an easings module for values animation.
  • Up to 8 new code examples and +10 complete game samples including some classic games like Arkanoid, Asteroids, Missile Commander, Snake or Tetris.

Lots of changes and improvements (view CHANGELOG for a detailed list of changes).

raylib Windows Installer package includes the following:

  • Notepad++ 6.8.8: Code editor preconfigured for raylib, including code compilation scripts.
  • MinGW (GCC 4.7.2): C Compiler including raylib libraries and dependencies.
  • raylib Useful Content: Code examples, Game Samples, Project Templates, fonts, shaders, etc.

Just enjoy learning with raylib!