Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanov/monogame-fsharp
F# template for creating games via MonoGame (OO style)
https://github.com/romanov/monogame-fsharp
monogame
Last synced: 3 months ago
JSON representation
F# template for creating games via MonoGame (OO style)
- Host: GitHub
- URL: https://github.com/romanov/monogame-fsharp
- Owner: romanov
- Created: 2015-11-02T19:49:10.000Z (over 9 years ago)
- Default Branch: net6
- Last Pushed: 2022-11-12T22:39:07.000Z (over 2 years ago)
- Last Synced: 2024-01-30T12:31:26.461Z (about 1 year ago)
- Topics: monogame
- Language: F#
- Homepage:
- Size: 23.4 KB
- Stars: 38
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fsharp-project-templates - romanov/monogame-fsharp - MonoGame project template in F# (List / MonoGame)
README
![logo](https://i.ibb.co/TRDnJn2/simple-logo.png)
# MonoGame project template in F#
Write your games in F# powered by MonoGame (.NET CORE, .NET 5, .NET 6, 7, 8)
Tested on Windows, MAC (Rider & VS2022)### Download the project (Visual Studio 2022)
[Download project for Visual Studio 2022](https://github.com/romanov/monogame-fsharp/releases/download/vs2022/Game1.zip)### Install (VSIX Template, Visual Studio 2019)
[Download VSIX extension](https://github.com/romanov/monogame-fsharp/releases/download/vsix1/MonoGame_FSharp.vsix) and run it### Quick Start (manual, Visual Studio 2019)
1. Install F# desktop language support for Visual Studio 2019 (individual components tab)
2. Clone this repo and open it
3. Check and update references for nuget MonoGame.Framework.WindowsDXDon't forget to run as a desktop app (Project -> [Project] Properties):
### Quick Start (manual, Visual Studio 2017)
1. Install F# tools for Visual Studio 2017
2. Clone this repo and open it
3. Check and update references### Quick Start (manual, Visual Studio 2015)
1. Install F# tools for Visual Studio 2015 ([bundled with VS2015](https://www.visualstudio.com/ru-ru/news/vs2015-vs.aspx#fsharp))
2. Clone this repo and open it
3. Check and update MonoGame references#### Content folder management in Visual Studio 2015
Install [Visual F# Power Tools](https://visualstudiogallery.msdn.microsoft.com/136b942e-9f2c-4c0b-8bac-86d774189cff)
and enable Folder Organization:`Tools -> Options -> F# Power Tools -> Folder Organization`