Skip to content

Rewrite of classical xclock using V language and Raylib.

Notifications You must be signed in to change notification settings

Bruno-Vdr/vclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vclock

This program is a simple clock (ala xclock) written using raylib binding to V language.

raylib is a simple and easy-to-use library to enjoy videogames programming (https://www.raylib.com/). V is Simple, fast, safe, compiled. For developing maintainable software (https://vlang.io/)..

To compile the program from within source directory:

v -prod .

Raylib module must be installed: https://vpm.vlang.io/packages/raylib or on GitHub: https://github.com/vlang/raylib

This program is released under MIT license.

image

About

Rewrite of classical xclock using V language and Raylib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published