Fork me on GitHub
#clojure-gamedev
<
2018-02-27
>
wusticality01:02:49

the way i’m thinking about doing it is running the game simulation in clojure, and communicating with an engine like unity over rpc

wusticality01:02:05

however, for a sim game that’s a lot of data that has to be pushed over the pipe

thatcotter23:02:30

@iwannaseethelight You could also directly run a simulation in Unity with Arcadia’s ClojureCLR compiler. It could possibly save you some of the headaches of rpc? https://arcadia-unity.github.io/

spiralganglion23:02:17

Yeah, I'd look at Arcadia. (Paging @timsgardner or @nasser to evangelize (or discourage?) this option 🙂