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
- Host: GitHub
- URL: https://github.com/lucasteles/monogame-clojure-hotreload
- Owner: lucasteles
- Created: 2021-10-29T19:37:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T21:59:21.000Z (over 1 year ago)
- Last Synced: 2024-06-14T00:12:30.575Z (over 1 year ago)
- Topics: clojure, dotnet, gamedev, monogame, xna
- Language: Clojure
- Homepage:
- Size: 385 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```