Skip to content

djunho/playing_raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing with RayLib

This repo is to play with the raylib framework.

Use make to compile it

Desktop compilation

make
# or make src/ball

To run, execute the desired executable

./src/ball

Web

First, compile the raylib for the web. Check the official doc.

RAYLIB_PATH=./../raylib make -f Makefile.Web src/ball

To open the HTML, run a web server.

python -m http.server 8080

Then open the link: http:https://0.0.0.0:8080/src/ball.html

About

Just a repo to play with raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published