import { Title, Meta } from "@solidjs/meta"; import { DarkModeToggle } from "~/components/DarkModeToggle"; import { Typewriter } from "~/components/Typewriter"; export default function Home() { return ( <> Home | Michael Freno
Hey!
My name is Mike Freno, I'm a{" "} Software Engineer based in{" "} Brooklyn, NY.
I'm a passionate developer tooling, game, and open source software developer. Recently been working in the world of{" "} LÖVE {" "} (an open source game engine for Lua).{" "} {" "} You can see some of my work{" "} here (github). If you want to get in touch, check to side bar for various links.
Some of my recent projects:
{/* FlexLöve */}
My LÖVE UI library
FlexLöve
Built for developers who know CSS and want that same power (and more) in their game UIs. FlexLöve brings CSS-familiar flexbox and grid layouts to Löve2D, supporting both rapid prototyping (immediate mode) and production-optimized (retained mode) rendering. Whether you're sketching ideas or shipping products, FlexLöve adapts to your workflow—essentially no learning curve required if you've touched CSS.
{/* Life and Lineage */}
My mobile game:
Life and Lineage
Life and Lineage Home
Life and Lineage Shops
Started as a basic project to learn react-native, it grew over time into a full-fledged mobile game. It's a turn-based dungeon crawler with a family lineage twist - each time you die (which happens a lot) you can continue on through your children (if you have any) - otherwise you start from square one.
And if you love the color schemes of this site
(which of course you do), you can see{" "} here {" "} - and also see the rest of my various dot files idk. There's a{" "} macos {" "} arch linux rice in there if you're into that kinda thing and a{" "} home server setup too .
My Collection of
By-the-ways:
  • I use Neovim
  • I use Arch Linux
  • I use Rust
); }