Skip to content

tsoding/crepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crepl

A simple application that allows you dynamically call C functions from DLL using libffi. Developed recreationally to test out libffi.

Quick Start

$ cc -o nob nob.c
$ ./nob
$ ./crepl ./raylib-5.5_linux_amd64/lib/libraylib.so
> InitWindow 800 600 "Bajoding"
> BeginDrawing
> ClearBackground 0xFF0000FF
> EndDrawing

About

C REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published