Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caiocdj/raylib_examplesfsharp

Raylib Examples but in F#
https://github.com/caiocdj/raylib_examplesfsharp

fsharp fsharp-exercises fsharp-samples raylib raylib-cs

Last synced: 14 days ago
JSON representation

Raylib Examples but in F#

Awesome Lists containing this project

README

        

# Raylib Examples

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

### Dependency

-[.Net 8](https://dotnet.microsoft.com/pt-br/download/dotnet/8.0)

## Run Locally

Clone the project

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd my-project
```

Run

```bash
dotnet run
```

## Acknowledgements

- [Raylib](https://www.raylib.com/)
- [Raylib_cs](https://github.com/ChrisDill/Raylib-cs)