
Create personalized, illustrated stories about anything with read-aloud narration. Just describe the story you want, add files and photos if you like, and Gemini will create a unique 10-page storybook. Leave no story left untold.
(more…)

Create personalized, illustrated stories about anything with read-aloud narration. Just describe the story you want, add files and photos if you like, and Gemini will create a unique 10-page storybook. Leave no story left untold.
(more…)
Nintendo 64 Recompilation: An Incredible New Way to Keep N64 Games Alive!
N64: Recompiled is a tool to statically recompile N64 binaries into C code that can be compiled for any platform. This can be used for ports or tools as well as for simulating behaviors significantly faster than interpreters or dynamic recompilation can. More widely, it can be used in any context where you want to run some part of an N64 binary in a standalone environment.
This is not the first project that uses static recompilation on game console binaries. A well known example is jamulator, which targets NES binaries. Additionally, this is not even the first project to apply static recompilation to N64-related projects: the IDO static recompilation recompiles the SGI IRIX IDO compiler on modern systems to faciliate matching decompilation of N64 games. This project works similarly to the IDO static recomp project in some ways, and that project was my main inspiration for making this.
(more…)
Drawing engines, animation tools and frameworks.
(more…)
Adventure Game Engine is a freeware that allows you to create your own Point & Click adventure games for Windows, Mac OS X, Linux, Web, iOS and Android. It is free for personal and commercial use. No need to learn any script language if you decide to use Adventure Game Engine.

Nightmod is a tool for making live-moddable games. You can view a game’s code while it’s running and inject changes by simply hitting “Save”. With the powerful Clojure programming language, you’ll see your game come to life as you type.

Tiled is a general purpose tile map editor. It’s built to be easy to use, yet flexible enough to work with varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled is free software and written in C++, using the Qt application framework.