Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
start [2021/10/30 09:35] muragami |
start [2021/10/30 09:39] (current) muragami [cppSfxr] |
Simple Video Demonstration of hot packing action: | Simple Video Demonstration of hot packing action: |
{{ :maxrects.mp4 |}} | {{ :maxrects.mp4 |}} |
| |
===== Rogue-lua ===== | ===== Rogue-lua ===== |
| |
An re-implementation of [[https://en.wikipedia.org/wiki/Rogue_(video_game)|Rogue]] 5.2.1 in Lua for [[https://love2d.org|LÖVE]]. Important to note, this is not a port but instead a new implementation of the logic I scrubbed from the 5.2.1 source. While this project will offer a game itself, using minimal graphics, more importantly it creates a Rogue-lua library for the logic of the game. This means it can be expanded upon and retooled for any purpose you desire. | An re-implementation of [[https://en.wikipedia.org/wiki/Rogue_(video_game)|Rogue]] 5.2.1 in Lua for [[https://love2d.org|LÖVE]]. Important to note, this is not a port but instead a new implementation of the logic I scrubbed from the 5.2.1 source. While this project will offer a game itself, using minimal graphics, more importantly it creates a Rogue-lua library for the logic of the game. This means it can be expanded upon and retooled for any purpose you desire. |
| |
| ===== cppSfxr ===== |
| |
| * [[https://github.com/Muragami/cppSfxr|GitHub Page]] - The source in C++ with bindings. |
| * [[https://www.drpetter.se/project_sfxr.html|Sfxr homepage]] - The original version. |
| |
| Docs: [[cppSfxr]] |
| |
| Sfxr recoded and enhanced as a C++ library with DLL and FFI bindings. |