Skip to content

simon-robertson/odin-sdl3-simple-particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particles: Odin Lang + SDL3

Demo Screenshot

This is a simple textured particle demo, using the hardware accelerated SDL3 2D rendering API, for the Odin programming language

See: https://odin-lang.org and https://wiki.libsdl.org/SDL3/FrontPage

Requirements

For Windows OS, you will need to do a bit of research to install these dependencies

brew install odin
brew install sdl3
brew install sdl3_image

You may need to change the SH file permissions so they can be executed on your machine:

chmod +x ./run.sh
chmod +x ./run_debug.sh

To run the demo from a CLI:

./run.sh

To run the demo in debug mode (slower) from a CLI:

./run_debug.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published