Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/caiocdj/raylib_examplesfsharp
- Owner: CaioCDJ
- Created: 2023-12-04T00:15:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T00:57:40.000Z (11 months ago)
- Last Synced: 2024-11-21T04:36:50.533Z (3 months ago)
- Topics: fsharp, fsharp-exercises, fsharp-samples, raylib, raylib-cs
- Language: F#
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)