Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adhocrays

Warning

This is a hobby project. New features and maintenance to be done at my whimsy. Moreover, development has moved to Codeberg. https://codeberg.org/FallibleVagrant/adhocrays

Raylib bindings in Rust, thrown together for my own projects. It is recommended that you make your own bindings or use something that is properly maintained.

Build from Source

To clone the repository, run:

git clone https://github.com/FallibleVagrant/adhocrays --recurse-submodules --shallow-submodules

Raylib is set as a submodule of the repo. The command downloads a specific commit of raylib, to a depth of one.

Alternatively, you may clone this repo as usual and run:

git submodule update --init --depth 1

It achieves the same effect.

You need make and cp installed to build this project. Also cargo.

The build script will need to be modified for Windows. I don't have a machine to test on.

Building may appear to hang since cargo eats all output from build scripts. No, there doesn't appear to be a way to fix this.

Once the repo is set up, simply call:

cargo build

Licensing

Raylib is available under the zlib/libpng license. I release the bindings themselves under the same.

About

Raylib bindings for Rust, adhoc and not very organized. Don't use.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages