Files
LeanDoom/README.md
Oliver Dressler 626e8ebd90 Initial commit
2025-08-28 09:42:00 +02:00

21 lines
423 B
Markdown

# Lean SDL2 Bindings Example
Playing around with SDL2 bindings in Lean4 to learn about the FFI.
Simple real-time Doom-style raycasting engine in Lean4:
![Screenshot](screenshots/screenshot1.png)
## Run
This is just an experiment and the build is currently specific to my system (Ubuntu 24.04.2).
**You need to install dependencies and adjust paths in lakefile.lean!**
```bash
lake exe LeanDoomed
```
## License
MIT