Skip to content

use arocc for raylib functions generation#1

Draft
jossephus wants to merge 1 commit into
mainfrom
use-arocc-for-generation
Draft

use arocc for raylib functions generation#1
jossephus wants to merge 1 commit into
mainfrom
use-arocc-for-generation

Conversation

@jossephus
Copy link
Copy Markdown
Owner

We are currently using a hand made (buggy) scanner for raylib C functions. This is an attempt to change that. /Failed for now, as i need to dig deeper into aro/

The plan is to give the generator a definition like this

void InitWindow(const char* hello, int height, const char *title);

and get an output

{
  "return_type": void, 
   params: [
     {
       "type": "const char*",
        "name": "hello",
     },
     {
     ....
     }
   ]
}

@jossephus jossephus force-pushed the main branch 10 times, most recently from 19e82c7 to c5cc47c Compare February 16, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant