planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
233 stars 10 forks source link

Refactor Raylib-Wrapper Utility for Better Extensibility #135

Closed planetis-m closed 1 month ago

planetis-m commented 1 month ago

We are in the process of refactoring the raylib-wrapper utility, which reads the JSON raylib-api generated from raylib-parser and outputs the raylib Nim module. The goal is to make the code more modular and extensible to allow generating Nim wrappers for other raylib projects as well. This issue will track progress for the refactor and related tasks.

Tasks:

Additional Notes:

planetis-m commented 1 month ago

Ask for volunteers in the forums for wrapping raygui/rres/rpng/physac/etc.