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

https://github.com/lucasteles/monogame-clojure-hotreload

Monogame Clojure integration samples
https://github.com/lucasteles/monogame-clojure-hotreload

clojure dotnet gamedev monogame xna

Last synced: 8 months ago
JSON representation

Monogame Clojure integration samples

Awesome Lists containing this project

README

          

# Monogame with Clojure

[Demo](https://youtu.be/iNsegRYTJfM)

> ⚠️ Each branch contains a different sample

## Build

```
dotnet tool restore
dotnet build
```

## Run

```
dotnet run
```

Compile and run:

```bash
dotnet build
dotnet run
```