TiernanDeFranco
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hey all, I've been developing Perro Engine, a unique game engine written in Rust that allows you to use C#, TypeScript, or the engine DSL: Pup, to script your game, and the engine will transpile your scripts into Rust…
-
Over the past couple months I've been building Perro, a game engine that takes your C#, TypeScript, or Pup (engine DSL) scripts, and outputs a valid Rust script. The Rust script is what the engine core (written in Rust)…