Skip to content

Apis035/odin-raylib-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Odin Example

Raylib examples ported to Odin programming language.

Quickly running a single example

Within Visual Studio Code, you can run build task command (Terminal > Run Build Task... or ctrl + shift + B) while opening an example file to run it.

Build all examples

Execute build.bat file. You can supply additional parameter to change compilation process:

  • Build optimization: none, minimal, speed, size, aggressive
  • Enable UPX packing: upx
  • Use LLD for linking: lld
  • Clean output files: clean

Example:

build               # build all examples
build speed         # build with speed optimization
build none lld      # build with no optimization, use LLD linker
build size upx      # build optimized for size, compress with upx

UPX needs to be callable from enviroment variable for compressing with upx flag.


Note: VSCode build task and build script currently only work on Windows.

About

Raylib examples in Odin programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published