beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
19 stars 1 forks source link

This Month With Nim: naylib 4.5.0 released #75

Closed planetis-m closed 1 year ago

planetis-m commented 1 year ago

Name: naylib 4.5 released Author: planetis

Posting:

Naylib is a Nim-based wrapper for the raylib library, which allows for the creation of both 2D and 3D games. The API for Nim is designed to be both user-friendly and easy to use.

Naylib's achievement is being the only raylib binding that supports Android development. This is largely due to the project's extensible build system, which is based on NimScript. Recently, this build system underwent an overhaul, playing a crucial role in the project's success. For those interested in exploring this feature, the raylib-game-template is an good starting point.

Recent changes include:

Join the development of naylib and contribute to its growth. A frequently requested task is the wrapping of rres and raygui. Contributions are welcome.