8000 GitHub - Tamicktom/vn-raylib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tamicktom/vn-raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VN-Raylib

This is a study project to learn Raylib and C programming language. The goal is to create a simple game using Raylib and C.

How to build and run

  1. Install Raylib and cJSON
sudo apt-get install libraylib-dev
sudo apt-get install libcjson-dev
  1. Build the project
gcc ./src/main.c -o vn `pkg-config --cflags --libs raylib libcjson`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0