[Link] SDL Framework (SDLFW) new version released

Started by
3 comments, last by CorEduard 10 years, 1 month ago

SDLFW is a cross-platform framework from the powerful SDL library to create your own 2D games with the Lua programming language.
It's easy-to-use, free, open-source, and works on Windows and Linux.

http://SDLFW.sf.net

CorEngine - http://CorEngine.sf.net
I'm making an game engine for the game development.
Advertisement

The new version SDLFW v1.4 is now available to download

What's New in This Version?

Added support to SDL_net v1.2.8 :

  • Support to Name Resolution, Hostname and numeric IP lookup (NET_IPaddress functions)
  • Support to TCP Sockets, Working with TCP connections
  • Support to UDP Sockets, Working with UDP semi-connections
  • Support to UDP Packets, Working with the UDPpacket type
  • Support to Socket Sets, Working on demand with sockets
CorEngine - http://CorEngine.sf.net
I'm making an game engine for the game development.
The new version SDLFW v1.5 is now available to download What's New in This Version? Added support to SDL_gfx v2.0.24 :
  • Graphic Primitives (line, circle, rectangle etc.) with AA support
  • Rotozoomer
  • Framerate control
  • MMX image filters
  • Custom Blit functions
CorEngine - http://CorEngine.sf.net
I'm making an game engine for the game development.
The new version SDLFW v1.5.1 is now available to download What's New in This Version? Added support to SDL_gfx v2.0.24 :
  • Graphic Primitives (line, circle, rectangle etc.) with AA support
  • Rotozoomer
  • Framerate control
  • MMX image filters
  • Custom Blit functions
  • fixed bug in SDLFW_IsKeyUp()
CorEngine - http://CorEngine.sf.net
I'm making an game engine for the game development.
The new version SDLFW v1.6 is now available to download What's New in This Version? Added support to SDL_resize :
  • Easily resize images / surfaces
  • High quality Lanczos3 interpolation
Added support to SDL_collide v1.1 :
  • Perfect collision tests between surfaces
  • Bounding box collision checks
  • Circle intersection routines
Added support to SDL_zip v1.0 :
  • Support to ZIP files with password
  • Support to password encryption
CorEngine - http://CorEngine.sf.net
I'm making an game engine for the game development.

This topic is closed to new replies.

Advertisement