/// import { useContext } from "react"; import { Link } from "react-router"; import { ChevronRightIcon, LinkIcon } from "lucide-react"; import { ThemeContext } from "@/context/Theme"; import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel"; import ThemeIcon from "@/components/ThemeIcon"; import ImageComparison from "@/components/home/ImageComparison"; import BlockmaticIcon from "@/assets/blockmatic-icon.svg?react"; import BlockmaticText from "@/assets/blockmatic-text.svg?react"; import GithubIcon from "@/assets/github.svg?react"; function IndexPage() { const { isDark } = useContext(ThemeContext); return (
background

Create pixel art for Minecraft in minutes

Open images, draw, and export your art with{" "} block matic
app preview

Pixel art made easy

Blockmatic makes it easier to make changes and build by using schematics and the web editor.

shinji

Open your image

Open your image, or start drawing immediately with the editor.

tool example gif

Make changes

Change blocks around with the replace, selection, shape, pencil, and eraser tools

shinji in minecraft

Export your art

Once you're done, you can export your canvas as a .png, .litematic, or .schem.

Gallery

See examples of opening and placing art within Minecraft!

See the difference

Blockmatic lets you pick what blocks you want for the image and change versions.

Open source

Blockmatic is free and open source. Host it yourself, modify it, or contribute to its development.

); } export default IndexPage;