Skip to content

A shim library for Euphoria and Raylib

Notifications You must be signed in to change notification settings

ghaberek/raylibshim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raylibshim

A shim library for Euphoria and Raylib

Requirements

Notes

  • I haven't actually tested the Linux builds yet.
  • On Linux, just use make instead of mingw32-make.
  • To build 32-bit library on a 64-bit system, add CFLAGS=-m32 to the make command.

Download

raylib

git clone https://github.com/raysan5/raylib raysan5/raylib

raylibshim

git clone https://github.com/ghaberek/raylibshim ghaberek/raylibshim

Build

raylib

cd raysan5/raylib/src
mingw32-make CC=gcc RAYLIB_LIBTYPE=SHARED

raylibshim

cd ghaberek/raylib/src
mingw32-make CC=gcc RAYLIBDIR=../../../raysan5/raylib/src

About

A shim library for Euphoria and Raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published