Skip to content

igumus/hare-raylib-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Template for Hare

A minimal, ready-to-use project template for building games and graphical applications with Hare and raylib.

This template provides a clean project structure, build configuration, and a simple example to help you start developing with raylib in Hare quickly.


Features

  • Minimal and clean project structure
  • Pre-configured build setup
  • Example window and render loop
  • Easy to extend for larger projects
  • Cross-platform (depending on raylib support as static library)

Requirements

Before using this template, make sure you have:


Getting Started

make -B && ./build/main

The template includes a minimal raylib window example:

  • Initializes raylib
  • Opens a window
  • Runs a render loop
  • Cleans up resources on exit

You can modify main.ha to start building your project.


📚 Resources

About

A minimal ready-to-use project template with Hare and Raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors