ForthHub / discussion

Discussion repository for Forth enthusiasts.
118 stars 4 forks source link

RAMEN game engine pre-release #69

Open RogerLevy opened 6 years ago

RogerLevy commented 6 years ago

Announcing RAMEN game engine pre-release (0.1.0) --> https://github.com/RogerLevy/ramen

Make hardware-accelerated 2D games on Windows and Linux in Forth.

A project almost 20 years in the making ... this is the one.

larsbrinkhoff commented 6 years ago

Congratulations on getting this done, and thank you!

RogerLevy commented 6 years ago

Of course I found some crucial bugs right after putting out the pre-release.

0.1.1 speeds up tilemap display and fixes a scrolling bug and an object loading bug --> https://github.com/RogerLevy/ramen/releases/tag/0.1.1

RogerLevy commented 6 years ago

RAMEN 0.1.2 fixes a bug on SwiftForth/Windows where the engine can't compile because PROGRAM isn't defined. Thanks to Dur Kox for bringing it to my attention.

https://github.com/RogerLevy/ramen/releases/tag/0.1.2