Skip to content

Files

Latest commit

66d5dec · Dec 14, 2023

History

History
32 lines (20 loc) · 472 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 472 Bytes

Raylib Examples

I'm making this translation of raylib examples to f# as a way to learn the language.

Dependency

-.Net 8

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Run

  dotnet run

Acknowledgements