Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spytheman/dueling_balls
A small Vlang and GG demo, inspired by https://twitter.com/vnglst/status/1751278052154179770
https://github.com/spytheman/dueling_balls
demo gg graphics vlang
Last synced: 15 days ago
JSON representation
A small Vlang and GG demo, inspired by https://twitter.com/vnglst/status/1751278052154179770
- Host: GitHub
- URL: https://github.com/spytheman/dueling_balls
- Owner: spytheman
- License: mit
- Created: 2024-01-30T01:10:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T11:44:42.000Z (9 months ago)
- Last Synced: 2024-10-10T23:33:58.299Z (about 1 month ago)
- Topics: demo, gg, graphics, vlang
- Language: V
- Homepage:
- Size: 501 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description:
A small Vlang and GG demo, inspired by [this tweet](https://twitter.com/vnglst/status/1751278052154179770).# Prerequisites:
First install [the latest version of the V programming language](https://github.com/vlang/v/blob/master/README.md#installing-v-from-source).This module also depends on the excellent https://github.com/Larpon/miniaudio/ library.
To install it, just `v install` inside this project's folder.# Compilation/running:
Do: `v run .` inside this repo, or if you want to just compile it: `v .`# Development:
Run `v watch run .` in one shell, then just use your favourite editor to make changes, and save from time to time.
The program would be recompiled and restarted automatically on each change/save.# Screenshot:
![Screenshot](https://github.com/spytheman/Dueling_Balls/blob/main/Screenshot_2024_01_30.png)